-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
Description
Version
4.1.5
Browser and OS info
Google Chrome Version 68.0.3440.106 (Official Build) (64-Bit) on Windows 10
Steps to reproduce
Here is a little code sandbox:
Code:
https://codesandbox.io/s/m9qr69jmkp
Preview:
https://m9qr69jmkp.codesandbox.io/
Using the inputs you can add values to the map.
The console.log shows you all the map content, but using vue-devtools it is not possible to inspect the map.
You can only see "myMap: Map" .. so you can see that it is a map, but cannot see what it contains.
What is expected?
that i can see the Maps content by inspecting the map using the vue-devtools
What is actually happening?
Its only displayed that the data is from type Map, but you cannot interact with it, you cannot inspect its content
Reproducable with vue version 2.5.17 in latest nuxt version
abdelaziz321