wenzhixin / multiple-select

A jQuery plugin to select multiple elements with checkboxes :)
http://multiple-select.wenzhixin.net.cn
MIT License
1.9k stars 652 forks source link

Refresh children and value after component updated for vue3 #624

Closed weibangtuo closed 2 months ago

weibangtuo commented 2 months ago

The children and value of compoent should be updated in updated vue component lifecycle hook, not in beforeUpdate.