refactor: 移除vue-query相关代码及依赖
移除所有与vue-query相关的代码文件、依赖项和配置 清理不再需要的类型定义和导出 更新openapi生成配置禁用reactQuery模式
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { VueQueryPlugin } from '@tanstack/vue-query'
|
||||
import { createSSRApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
import { requestInterceptor } from './http/interceptor'
|
||||
@@ -13,7 +12,6 @@ export function createApp() {
|
||||
app.use(store)
|
||||
app.use(routeInterceptor)
|
||||
app.use(requestInterceptor)
|
||||
app.use(VueQueryPlugin)
|
||||
|
||||
return {
|
||||
app,
|
||||
|
||||
Reference in New Issue
Block a user