Explorar o código

chore: format

Burt hai 1 ano
pai
achega
24e86b4d54
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      src/main.ts

+ 1 - 2
src/main.ts

@@ -1,12 +1,11 @@
 import '@/style/index.scss'
+import { VueQueryPlugin } from '@tanstack/vue-query'
 import 'virtual:uno.css'
 import { createSSRApp } from 'vue'
-import { VueQueryPlugin } from '@tanstack/vue-query'
 
 import App from './App.vue'
 import { prototypeInterceptor, requestInterceptor, routeInterceptor } from './interceptors'
 import store from './store'
-// 测试 standard-version: feature
 
 export function createApp() {
   const app = createSSRApp(App)