Replies: 1 comment 1 reply
-
Yes, it's not a bug, I think the full Vue behavior can't be reproduced because petite-vue doesn't use a virtual DOM, and you can't use a Anyway you can workaround and do something like this https://jsfiddle.net/halivert/zc0sgxk5/4/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think I've found a bug, I can't seem to use the template tag within a tbody tag. Here's the broken version using petite-vue:
https://jsfiddle.net/3enusvtr/1/
Here's the working version which uses the full framework:
https://jsfiddle.net/q6uxyswc/1/
Please note that my example has been simplified to illustrate the problem.
Beta Was this translation helpful? Give feedback.
All reactions