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