原文:使用vuex報錯“__WEBPACK_IMPORTED_MODULE_1_vuex__.a.store is not a constructor”

import Vue from vue import Vuex from vuex Vue.use Vuex const store new Vuex.store state: num: 我是vuex export default store 控制台顯示報錯 Uncaught TypeError: WEBPACK IMPORTED MODULE vuex .a.store is not a co ...

2019-05-14 10:47 0 3717 推薦指數:

查看詳情

Vuexstore使用

如果我們需要在不同路由中使用同一個會改變的參數,也就是需要一個全局參數,我們可以通過Vuexstore來實現。 實現方法: 1.在package.json中加入vuex,因為storeVuex的一個功能。然后執行npm install。 2.在main.js導入store ...

Fri May 07 18:38:00 CST 2021 0 1351
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM