Added settings to backend and frontend.
This commit is contained in:
@@ -2,12 +2,16 @@
|
||||
import { createApp } from 'vue'
|
||||
import { createPinia } from 'pinia'
|
||||
import App from './app.vue'
|
||||
import {useLabelEditorStore} from "~/store/labelEditorStore";
|
||||
|
||||
const pinia = createPinia()
|
||||
const app = createApp(App)
|
||||
|
||||
app.use(pinia)
|
||||
app.mount('#app')
|
||||
|
||||
let store = useLabelEditorStore();
|
||||
await store.loadSettings();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user