fix: 更新类型声明,将模块名称从 '@vue/runtime-dom' 更改为 'vue'
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
// interface HTMLAttributes extends Partial<Record<AttributifyNames, string | boolean>> {}
|
||||
// }
|
||||
|
||||
declare module '@vue/runtime-dom' {
|
||||
declare module 'vue' {
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
||||
interface HTMLAttributes
|
||||
extends Partial<Record<import('@unocss/preset-attributify').AttributifyNames, string | boolean>> {}
|
||||
|
Reference in New Issue
Block a user