added theme toggle,
fixed create entityies in API
This commit is contained in:
@ -5,8 +5,11 @@ import App from './App.vue'
|
||||
import i18n from './i18n'
|
||||
import router from './router'
|
||||
import { pinia } from './stores'
|
||||
import { useThemeStore } from './stores/theme'
|
||||
|
||||
const app = createApp(App)
|
||||
const themeStore = useThemeStore(pinia)
|
||||
themeStore.initialize()
|
||||
|
||||
app.component('font-awesome-icon', FontAwesomeIcon)
|
||||
app.use(pinia)
|
||||
|
||||
Reference in New Issue
Block a user