Skip to content

Root component disappears in specific situation #269

@posva

Description

@posva

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:
screen shot 2017-02-25 at 18 29 28

Commenting that line fixes it:
screen shot 2017-02-25 at 18 30 07

Current workaround: select the topmost Vue instance and, in theconsole, write $vm.$root to debug the root Vue instance

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions