在 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 ×1