小编rah*_*hel的帖子

如何修复Vue typescript属性不存在错误

在 vue3 typescript 中,我遇到 HtmlElement 错误中不存在某些属性。请帮我解决这个问题。

(property) dataButtons: string

(property) data-buttons: string

Type '{ class: string; dataButtons: string; "data-buttons": string; }' is not assignable to type 'HTMLAttributes<HTMLDivElement>'.

Property 'dataButtons' does not exist on type 'HTMLAttributes<HTMLDivElement>'.ts(2322)

vue.js

5
推荐指数
1
解决办法
1483
查看次数

标签 统计

vue.js ×1