G
G
grigorie19902019-05-26 13:53:23
Vue.js
grigorie1990, 2019-05-26 13:53:23

How to restore the reactivity of the inner vue component?

I am using one vue component in another.
Here is a call from one component to another:

<div>
    <ref-values :model="refModel"></ref-values>
  </div>

5cea6e6792bfc480543360.png
The inner component is a draggable field. When clicking on the delete button, the field was repainted. After embedding, the change only becomes visible after dragging the field.
I think the problem is reactivity.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question