如何正确导入Vuex.Store实例化的对象

2025-06-28 05:19:56
推荐回答(1个)
回答1:

Vue.use(Vuex)得写在stroe.js里头
并且你在import中间插入语句时毫无意义的,import是会提升的