标签: vue.js vuejs2
我尝试优化代码。我想独立地听每个元素,但是这些元素执行相同的功能。我如何才能将这些元素关联在一起?
watch: { select-1 () { this.example() }, select-2 () { this.example() }, select-3 () { this.example() } }