2021-02-02 16:57:32 +08:00

10 lines
216 B
Smarty

import { createStore } from 'vuex'
{{{IMPORT_MODULES}}}
{{{IMPORT_PLUGINS}}}
export function onAppCreated({ app }) {
app.use(createStore({
modules: {{{MODULES}}},
plugins: {{{PLUGINS}}}
}))
}