Merge branch 'base' into base
This commit is contained in:
commit
6cc22d982e
@ -1,11 +1,12 @@
|
|||||||
|
import '@/style/index.scss'
|
||||||
|
import 'virtual:uno.css'
|
||||||
import { createSSRApp } from 'vue'
|
import { createSSRApp } from 'vue'
|
||||||
import { VueQueryPlugin } from '@tanstack/vue-query'
|
import { VueQueryPlugin } from '@tanstack/vue-query'
|
||||||
|
|
||||||
import App from './App.vue'
|
import App from './App.vue'
|
||||||
|
import { prototypeInterceptor, requestInterceptor, routeInterceptor } from './interceptors'
|
||||||
import store from './store'
|
import store from './store'
|
||||||
import { routeInterceptor, requestInterceptor, prototypeInterceptor } from './interceptors'
|
// 测试 standard-version: feature
|
||||||
import 'virtual:uno.css'
|
|
||||||
import '@/style/index.scss'
|
|
||||||
|
|
||||||
export function createApp() {
|
export function createApp() {
|
||||||
const app = createSSRApp(App)
|
const app = createSSRApp(App)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user