求大神幫我看看,這是什么問題,用的架構(gòu)是vue-cli搭的,代碼在下面?<script>import { mapGetters,mapActions } from './store/index.js'export default { data () { return { show:'home' } }, methods: { mapActions([ 'increment', 'decrement' ]), },}</script>
添加回答
舉報
0/150
提交
取消