You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, using Vue language it seems to be using the HTML grammar for the template, so it also takes the HTML deprecated attributes. This is OK as far as one is working with native HTML elements, but if one is using an imported Vue component that admits a property with the same name as the deprecated HTML attributes, the next occurs:
Currently what I am doing is patching the shikidist/langs/html.mjs file renaming the deprecated HTML attributes to something else, but then if I use a native HTML element with one of those attributes it will not mark them as deprecated.
Is there any way of overcome this?
Thanks is advance
The text was updated successfully, but these errors were encountered:
At the moment, using Vue language it seems to be using the HTML grammar for the template, so it also takes the HTML deprecated attributes. This is OK as far as one is working with native HTML elements, but if one is using an imported Vue component that admits a property with the same name as the deprecated HTML attributes, the next occurs:
Currently what I am doing is patching the
shiki
dist/langs/html.mjs
file renaming the deprecated HTML attributes to something else, but then if I use a native HTML element with one of those attributes it will not mark them as deprecated.Is there any way of overcome this?
Thanks is advance
The text was updated successfully, but these errors were encountered: