-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Tag with class attribute with multiple classes fails: <div class="a b"> . #286
Comments
Source code: It expect you input something like:
|
Actually I hate this thing too 😢 I think I have to split string of classes in templates in the nearest PR. |
Maybe the solution is:
|
I didn't see the related open bug, sorry. The fix I've sent you, doesn't seem to impact compiling time. |
Fixed with #289 |
Description
I'm submitting a ... bug report
When a class attribute has more than 1 class, the program reports an error.
Expected Results
Bug fix
File
src/virtual_dom/vtag.rs
:The text was updated successfully, but these errors were encountered: