updated store reference in store.spec
This commit is contained in:
parent
f7ef1d44e4
commit
84bda8f03a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
import { useMainStore } from "./"
|
import { useMainStore } from '@/store';
|
||||||
import { createApp } from 'vue';
|
import { createApp } from 'vue';
|
||||||
import { createPinia } from "pinia";
|
import { createPinia } from "pinia";
|
||||||
import App from '@/App.vue';
|
import App from '@/App.vue';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue