[Vuejs]-How to catch the afterRender-event of modal window in Vue.js

1👍

I’ve found a solution in the documentation: https://v2.vuejs.org/v2/guide/reactivity.html.

This function "Vue.nextTick(callback)" helped.

Leave a comment