|
@@ -4,6 +4,7 @@ import store from './store'
|
|
|
import { routeInterceptor, requestInterceptor, prototypeInterceptor } from './interceptors'
|
|
|
import 'virtual:uno.css'
|
|
|
import '@/style/index.scss'
|
|
|
+import '@/core/themes/default.scss'
|
|
|
|
|
|
export function createApp() {
|
|
|
const app = createSSRApp(App)
|