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
-
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
hidden
class whenisMenuHidden === true
and nohidden
class (removed) whenisMenuHidden === false
.Beta Was this translation helpful? Give feedback.
All reactions