UNPKG

efview-plus

Version:

A high quality Service UI components Library with Vue.js

19 lines (16 loc) 282 B
import { createStore } from 'vuex' // 类似 Redux 中的建立状态树 import app from './modules/app'; export default createStore({ state: { // }, mutations: { // }, actions: { }, modules: { app } });