ionic+vue绑定事件method

可以通过v-on:或者@ 的方式实现ionic+vue绑定method
以searchbar为例:
ion-searchbar实现这样的功能

官网上给出的可绑定事件为:

js的写法如下:[https://github.com/ionic-team/ionic-docs/blob/master/src/demos/api/searchbar/index.html](https://github.com/ionic-team/ionic-docs/blob/master/src/demos/api/searchbar/index.html)

比较成熟的angular写法:

对比可知:

可以通过v-on:或者@ 的方式实现ionic+vue绑定method

原文地址:https://www.cnblogs.com/sjj33sda/p/14244955.html