vue 中的.native修饰符. 如果你想在某个组件的根元素上绑定事件,直接使用@click=''function' 是不生效的,我们可以添加.native修饰符@click.native=''function''。
確定! 回上一頁