Replies: 1 comment 4 replies
-
|
Hi, Abdillah, can you explain more? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently existing class in a DOM cannot be toggle off / removed using
:class="{ hidden: false }"as with Vue counterpart.Can such feature be included in petite-vue?
For example, if we have a dom like these,
I would expect the element to have
hiddenclass whenisMenuHidden === trueand nohiddenclass (removed) whenisMenuHidden === false.Beta Was this translation helpful? Give feedback.
All reactions