Load stylesheets directly from HTML to avoid flashing wrong background color first.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import './theme.js'
|
||||
import { createApp } from 'vue'
|
||||
import RestrictedApi from './RestrictedApi.vue'
|
||||
import '@/assets/style.css'
|
||||
import { initKeyboardNavigation } from '@/utils/keynav'
|
||||
|
||||
createApp(RestrictedApi).mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user