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
{{ message }}
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.
I keep running into issues with the template compiler and I can't debug them because it just says "unexpected token, expected "," (1:2) where 1:2 doesn't seem to correspond to anything. It's almost impossible to convert existing code because you can't really figure out where its breaking. I think if we had a cli way or similar to see the intermediate format, it would be a lot quicker.
example > is no good in attributes, but it can be anywhere in the template and the whole thing is borked.
v-if=" x > 0"
The text was updated successfully, but these errors were encountered:
I keep running into issues with the template compiler and I can't debug them because it just says "unexpected token, expected "," (1:2) where 1:2 doesn't seem to correspond to anything. It's almost impossible to convert existing code because you can't really figure out where its breaking. I think if we had a cli way or similar to see the intermediate format, it would be a lot quicker.
example > is no good in attributes, but it can be anywhere in the template and the whole thing is borked.
v-if=" x > 0"
The text was updated successfully, but these errors were encountered: