S
S
Sergey delphinpro2018-11-08 12:55:23
Vue.js
Sergey delphinpro, 2018-11-08 12:55:23

How to see mounted component in dev-tools?

I create and mount the component like this:

$container = new (Vue.extend(VModalContainer))();

const elm = document.createElement('div');
this.$el.appendChild(elm);
$container.$mount(elm);

As a result, this component is not visible in the dev-panel (there must be a ModalContainer component).
5be4084f23d85020350872.png
The question is how to make the component visible in the debug panel.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Sedyshev, 2018-11-08
@ musikant777

Try right clicking in the devTools window -> Reload frame.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question