mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-09-10 20:56:51 +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
|
|
}
|