Files
youwei-business-school/有维项目/youwei-vue/env.d.ts
2026-03-25 14:15:04 +08:00

8 lines
186 B
TypeScript

/// <reference types="vite/client" />
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}