This commit is contained in:
07akioni 2022-06-19 00:05:05 +08:00
parent 4c0cf03109
commit 378e66d8d1

View File

@ -54,7 +54,6 @@ async function generateComponentsType () {
declare module 'vue' {
export interface GlobalComponents {
${lines.join('\n ')}
[key: string]: any
}
}
export {}