mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-03 00:02:28 +08:00
refactor(frontend): 优化配置和类型定义
- 更新 ESLint 配置 - 优化 Vue 类型声明文件
This commit is contained in:
5
frontend/src/shims-vue.d.ts
vendored
5
frontend/src/shims-vue.d.ts
vendored
@@ -1,5 +1,6 @@
|
||||
declare module '*.vue' {
|
||||
import type { DefineComponent } from 'vue'
|
||||
const component: DefineComponent<{}, {}, any>
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
||||
const component: DefineComponent<{}, {}, unknown>
|
||||
export default component
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user