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
with this template will give the follwing errors and the most important thing: it won't format it
<divx-data="{ open: false }"> # ERROR: Invalid Token. Expected stringEnd but found text instead.
<button@click="open = !open"></button> # ERROR: Expected an Identifier. Expected a valid attribute name, but instead found "!", which is not part of a valid attribute name.
<button@click.outside="open = !open"></button> # ERROR: Expected an Identifier. Expected a valid attribute name, but instead found "!", which is not part of a valid attribute name.
</div>
The text was updated successfully, but these errors were encountered:
with this template will give the follwing errors and the most important thing: it won't format it
The text was updated successfully, but these errors were encountered: