慕莱坞0025996
2020-09-05 18:17
<script>
import store from '@/store/index'
export default {
name: "NewsList",
store,
computed: {
packLists () {
return store.state.packLists
}
}
}
</script>App.vue
List.vue
这个是什么原因呢?试了很多次都不行
import store from '@/store/index' 这个路径引入的对不
3小时速成 Vue2.x 核心技术
82566 学习 · 499 问题
相似问题