mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 05:28:13 +00:00
Dodano i18n
This commit is contained in:
@@ -3,4 +3,5 @@ import App from './App.vue';
|
||||
import router from './router';
|
||||
import { createPinia } from 'pinia';
|
||||
|
||||
|
||||
createApp(App).use(router).use(createPinia()).mount('#app');
|
||||
|
||||
@@ -179,6 +179,8 @@ export const useStore = defineStore('store', {
|
||||
},
|
||||
],
|
||||
} as IOrderS,
|
||||
|
||||
|
||||
};
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user