diff options
Diffstat (limited to 'src-vue/src/main.ts')
-rw-r--r-- | src-vue/src/main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/src/main.ts b/src-vue/src/main.ts index d13ef719..0ac31a2d 100644 --- a/src-vue/src/main.ts +++ b/src-vue/src/main.ts @@ -18,6 +18,6 @@ for (const [key, component] of Object.entries(ElementPlusIconsVue)) { } // style -app.use( store ); +app.use( store, '$store' ); app.mount('#app') |