-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using class
in a Vue template causes parsing error
#145
Comments
Any updates on this? |
Exact same scenario here: can't get any
An
Here is the
@dyatko would you need help on this one, say a reproduction repo, or maybe I might try and figure out a failing test case? Please feel free to share any pointer anyways 🤗 Looking forward to get my WOW diagram ❤️ |
Any updates on this? |
On this update any?! |
I could somehow workaround this problem, by some modifications: I'm not sure that this will be eligible to be merged to master, but at least can be used as a workaround. |
Bug description
Including
class
on a template element (even commented-out) results in a parsing error, and file to be missing from output SVG.[2019-08-29 06:10:00.902 +0000] ERROR: Error parsing <...>/src/views/Test.vue
To Reproduce
arkit -e "node_modules" src/views
Arkit config, if any was used: none
Source code example, if it's possible:
src/views/Test.vue
FAIL
PASS
The text was updated successfully, but these errors were encountered: