mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-08-17 23:19:55 +08:00
6 lines
153 B
TypeScript
6 lines
153 B
TypeScript
declare module '*.vue' {
|
|
import { defineComponent } from 'vue'
|
|
const component: ReturnType<typeof defineComponent>
|
|
export default component
|
|
}
|