using x-for
with any iterable object
#3073
jimmywarting
started this conversation in
3. Feature Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just used
x-for="x in set"
with combination ofnew Set()
but it didn't work...i wanted to use
Set
cuz i wanted to be able to delete an item when clicked.i know i can solve this with using arr splice but
Set
works better IMO for this kind of add/remove thingsBeta Was this translation helpful? Give feedback.
All reactions