[vue] Interpretation of the usage of this.$emit() in Vue:


1. Vue.sync modifier and this.$emit('update:xxx', newXXX)

insert image description here
insert image description here

2. this.$emit() passes multiple parameters

insert image description here

Guess you like

Origin blog.csdn.net/weixin_53791978/article/details/131967888