This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
「么」naamnei | |
「么」einzel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div class="container my-5 about"> | |
<div class="row"> | |
<div class="container text-center mt-5" style="height:50vh" v-if="$store.state.loading"> | |
<b-spinner class="align-middle mt-5 pt-5" style="width: 3rem; height: 3rem;" label="Large Spinner" variant="primary" type="grow"></b-spinner> | |
</div> | |
<div v-if="!loading" class="container" > | |
<div class="row"> | |
<div class="col-md-12 text-center" v-for="(item, index) in $store.state.about" :key="index" > | |
<h1>Who we are</h1> |