stdproject/frontend/src/shims-vue.d.ts
2025-06-07 09:22:52 +08:00

6 lines
168 B
TypeScript

// 类型声明文件
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}