Load stylesheets directly from HTML to avoid flashing wrong background color first.

This commit is contained in:
Leo Vasanko
2026-02-05 15:39:51 +00:00
parent df8bbef8de
commit ad347a9d8a
6 changed files with 3 additions and 5 deletions
-2
View File
@@ -1,8 +1,6 @@
import { initThemeFromCache } from '@/utils/theme'
initThemeFromCache()
import '@/assets/style.css'
import { createApp } from 'vue'
import { createPinia } from 'pinia'
import AdminApp from './AdminApp.vue'