求大神帮我看看,这是什么问题,用的架构是vue-cli搭的,代码在下面?<script>import { mapGetters,mapActions } from './store/index.js'export default { data () { return { show:'home' } }, methods: { mapActions([ 'increment', 'decrement' ]), },}</script>
添加回答
举报
0/150
提交
取消