nantai-erp-wechat-mobile/miniprogram_npm/vant-weapp/steps/index.js

18 lines
375 B
JavaScript
Raw Normal View History

2024-10-31 21:29:57 +08:00
import { VantComponent } from '../common/component';
import { GREEN } from '../common/color';
VantComponent({
props: {
icon: String,
steps: Array,
active: Number,
direction: {
type: String,
value: 'horizontal'
},
activeColor: {
type: String,
value: GREEN
}
}
});