mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-08-18 07:29:33 +08:00
6 lines
150 B
TypeScript
6 lines
150 B
TypeScript
declare module '*.vue' {
|
|
import { ComponentOptions } from 'vue'
|
|
const componentOptions: ComponentOptions
|
|
export default componentOptions
|
|
}
|