1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-06 03:58:05 +08:00
Yao b42d1e8e8f
[bugfix] 修复 gulp 插件引起的组件编译后代码异常的问题 ()
* add eslint

* eslint 校验

* reset gulp build config
2018-04-30 23:08:58 +08:00

21 lines
250 B
JavaScript

Component({
properties: {
type: {
type: String,
value: 'horizon'
},
hasDesc: {
type: Boolean,
value: false
},
steps: { // 必须
type: Array,
value: []
},
className: String
}
});