mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
10 lines
216 B
Smarty
10 lines
216 B
Smarty
import { createStore } from 'vuex'
|
|
{{{IMPORT_MODULES}}}
|
|
{{{IMPORT_PLUGINS}}}
|
|
|
|
export function onAppCreated({ app }) {
|
|
app.use(createStore({
|
|
modules: {{{MODULES}}},
|
|
plugins: {{{PLUGINS}}}
|
|
}))
|
|
} |