Building in Production -> put to the Server
give an error: Vuex handler functions must not be anonymous. Resolve: npm cache clean --force npm install npm i npm@latest -g
This commit is contained in:
@@ -22,15 +22,3 @@ export { default as Api } from './Api'
|
||||
|
||||
const store: Store<RootState> = getStoreBuilder<RootState>().vuexStore()
|
||||
export default store
|
||||
|
||||
// export function createStore() {
|
||||
// const store: Store<RootState> = storeBuilder.vuexStore({
|
||||
// strict: DebugMode
|
||||
// })
|
||||
//
|
||||
// return store
|
||||
//
|
||||
// }
|
||||
// export default new Vuex.Store<RootState>({
|
||||
|
||||
// })
|
||||
|
||||
Reference in New Issue
Block a user