Vuex默认配置文件

import {
    
     createStore } from 'vuex'

export default createStore({
    
    
  state: {
    
    
  },
  mutations: {
    
    
  },
  actions: {
    
    
  },
  modules: {
    
    
  }
})

猜你喜欢

转载自blog.csdn.net/gandongusa/article/details/122821030