mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-02-23 13:31:06 +08:00
fix: volar type, closes https://github.com/TuSimple/naive-ui/issues/3104
This commit is contained in:
parent
4c0cf03109
commit
378e66d8d1
@ -54,7 +54,6 @@ async function generateComponentsType () {
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
${lines.join('\n ')}
|
||||
[key: string]: any
|
||||
}
|
||||
}
|
||||
export {}
|
||||
|
Loading…
Reference in New Issue
Block a user