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
Sadly, typescript does not support namespaced attributes. Periods (e.g.,vOn.click) will not work in TSX files either. Only options seem to be vOn_click and vOn-click.
The text was updated successfully, but these errors were encountered:
speigg
changed the title
namespaced syntax (e.g., vOn:click) does not work with tsx files
namespaced syntax (e.g., vOn:click) does not work with tsx
Mar 5, 2019
Sadly, typescript does not support namespaced attributes. Periods (e.g.,
vOn.click
) will not work in TSX files either. Only options seem to bevOn_click
andvOn-click
.The text was updated successfully, but these errors were encountered: