.native是干嘛的?

正常写法:

card.vue

点击我试试
onClick(){ 1. 事件必须写在子组件里 2. 如果事件需要外部处理,需要 }

.native写法:

card.vue

惦记我试试

父组件里:



onClick(){
    1. 事件写在父组件里
    2. 缺点是只能绑定到子组件的根元素上
}

你可能感兴趣的:(.native是干嘛的?)