Burt преди 1 година
родител
ревизия
24e86b4d54
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  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)