vant-weapp/dist/icon/index.js

18 lines
251 B
JavaScript

'use strict';
Component({
externalClasses: ['custom-class'],
properties: {
info: null,
name: String,
size: String,
color: String
},
methods: {
onClick: function onClick() {
this.triggerEvent('click');
}
}
});