TerryZ / v-selectmenu

SelectMenu for Vuejs, A simple, easier and highly customized menu solution
https://terryz.github.io/docs-vue/#/selectmenu
MIT License
187 stars 25 forks source link

multiple 开启时,values会触发两次 #39

Open shadowdaw opened 2 years ago

shadowdaw commented 2 years ago

advanced模式中 multiple开启时,当选中任意个数项目时,values会触发两次。但如果清空,会只触发一次。 在https://codepen.io/terry05/pen/WNeEZRd 示例中,将最后一个例子上挂上@values函数,并在函数中加console.log 即可观察到该现象。