-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
repro: https://codepen.io/skyrpex/pen/mwmJRe?editors=1010 (thanks @skyrpex )
Root instance (vm = new Vue) created with:
- string template or render fuction
- template depending on data
- Using one component
If we modify a reactive property of the vm, the Root component disappears from the devtools:

Commenting that line fixes it:

Current workaround: select the topmost Vue instance and, in theconsole, write $vm.$root to debug the root Vue instance
skyrpex, thomthom, graypegg, maxmilton, andrewharvey and 2 more