fix: 修复 uView 组件文件编码乱码
- 85 个 uView props.js 的中文注释由 GBK 乱码还原为 UTF-8 并去除 BOM - uview-ui/index.js 修复 2 行注释乱码 - 各文件头部 uview-init 兜底 import 保留,功能改动不变
This commit is contained in:
@@ -1,37 +1,37 @@
|
||||
import '@/common/uview-init.js'
|
||||
import '@/common/uview-init.js'
|
||||
export default {
|
||||
props: {
|
||||
// 鎺掑垪鏂瑰悜
|
||||
// 排列方向
|
||||
direction: {
|
||||
type: String,
|
||||
default: uni.$u.props.steps.direction
|
||||
},
|
||||
// 璁剧疆绗嚑涓楠?
|
||||
// 设置第几个步骤
|
||||
current: {
|
||||
type: [String, Number],
|
||||
default: uni.$u.props.steps.current
|
||||
},
|
||||
// 婵€娲荤姸鎬侀鑹?
|
||||
// 激活状态颜色
|
||||
activeColor: {
|
||||
type: String,
|
||||
default: uni.$u.props.steps.activeColor
|
||||
},
|
||||
// 鏈縺娲荤姸鎬侀鑹?
|
||||
// 未激活状态颜色
|
||||
inactiveColor: {
|
||||
type: String,
|
||||
default: uni.$u.props.steps.inactiveColor
|
||||
},
|
||||
// 婵€娲荤姸鎬佺殑鍥炬爣
|
||||
// 激活状态的图标
|
||||
activeIcon: {
|
||||
type: String,
|
||||
default: uni.$u.props.steps.activeIcon
|
||||
},
|
||||
// 鏈縺娲荤姸鎬佸浘鏍?
|
||||
// 未激活状态图标
|
||||
inactiveIcon: {
|
||||
type: String,
|
||||
default: uni.$u.props.steps.inactiveIcon
|
||||
},
|
||||
// 鏄惁鏄剧ず鐐圭被鍨?
|
||||
// 是否显示点类型
|
||||
dot: {
|
||||
type: Boolean,
|
||||
default: uni.$u.props.steps.dot
|
||||
|
||||
Reference in New Issue
Block a user