Merge branch 'base' into base

This commit is contained in:
故城 2025-01-10 10:04:58 +08:00 committed by GitHub
commit 6cc22d982e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,12 @@
import '@/style/index.scss'
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'
import { routeInterceptor, requestInterceptor, prototypeInterceptor } from './interceptors'
import 'virtual:uno.css'
import '@/style/index.scss'
// 测试 standard-version: feature
export function createApp() {
const app = createSSRApp(App)