UNPKG

@wanghonggan/uv-ui

Version:

uv-ui 破釜沉舟之兼容vue3+2、nvue、app、h5、小程序等多端基于uni-app和uView2.x的生态框架,支持单独导入,开箱即用,利剑出击。

27 lines (26 loc) 466 B
import { getPropsByKey } from "../../libs/config/config"; export default { props: { // 标题 title: { type: [String, Number], default: '' }, // 描述文本 desc: { type: [String, Number], default: '' }, // 图标大小 iconSize: { type: [String, Number], default: 17 }, // 当前步骤是否处于失败状态 error: { type: Boolean, default: false }, ...getPropsByKey('stepsItem') } }