vue-generators / vue-form-generator

:clipboard: A schema-based form generator component for Vue.js
MIT License
2.99k stars 531 forks source link

v3 - form destroy - error: Cannot read property 'querySelector' of undefined #537

Open gapipro opened 5 years ago

gapipro commented 5 years ago

Most probably this happens because $ref is destroyed before $nextTick callback is triggered.

zoul0813 commented 5 years ago

Hrm, the nextTick isn’t necessary here as it’s being pushed through the event bus which is already going to fire on the next tick... no?