從vuex 引入mapState,並且調整下.vue,mapState讓取用state 可以更方便 import {mapState} from "vuex"; export default { name: 'App', computed: ...
確定! 回上一頁