0%

监听组件根元素的原生事件——修饰符.native

1
<back-top @click.native="backClick"></back-top>
1
2
3
4
5
methods: {
backClick() {
console.log("----------");
},
},