OL-LearnPlatform/src/vite-env.d.ts
username 1db293a622 v1
2025-07-22 14:39:45 +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
}