vant-weapp/dist/icon/index.js
2018-05-29 22:29:16 +08:00

10 lines
104 B
JavaScript

'use strict';
Component({
properties: {
type: {
type: String,
value: ''
}
}
});