fix: 更新类型声明,将模块名称从 '@vue/runtime-dom' 更改为 'vue'
Some checks failed
/ build-and-deploy-to-vercel (push) Successful in 1m34s
/ depcheck (push) Successful in 1m28s
/ playwright (push) Failing after 3m35s

This commit is contained in:
严浩
2024-12-23 12:19:01 +08:00
parent 68e28f7f30
commit 01d619a857

View File

@ -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>> {}