2.5.13
https://codesandbox.io/s/2yxxk9jkp
for example
var map = new Map()
map.set('key1','Test1')
map.set('key2','Test2')
How do I write the v-for statement?
Test1
Test2
The result is empty
Map or Set is currently not supported, including reactivity and v-for. They will be supported in the new version coming early 2018.
@yyx990803 not seeing reactivity support for Map. Is this still coming in Vue 2?
I understand it should be possible in Vue 3 using value
Most helpful comment
MaporSetis currently not supported, including reactivity andv-for. They will be supported in the new version coming early 2018.