We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143eb7b commit 48c82b9Copy full SHA for 48c82b9
dist/search-bar/index.js
@@ -88,6 +88,9 @@ Component({
88
* 组件的方法列表
89
*/
90
methods: {
91
+ onCancel(){
92
+ this.triggerEvent('onCancel')
93
+ },
94
// input属性列表
95
handleInputChange(event) {
96
const {
examples/dist/search-bar/index.js
src/search-bar/index.js
0 commit comments