This commit is contained in:
yanran200730
2021-12-08 18:01:40 +08:00
parent 38a08ff55e
commit fefc72c09f
8 changed files with 26 additions and 11 deletions

View File

@@ -10,7 +10,7 @@
<b v-for="app in apps" :key="app.key" @tap="handleGotoApp(app)">{{ app.name }}</b>
</div>
</section>
</template>0
</template>
<script>
import {mapActions, mapState} from 'vuex'