fix: 修复 uView 组件文件编码乱码
- 85 个 uView props.js 的中文注释由 GBK 乱码还原为 UTF-8 并去除 BOM - uview-ui/index.js 修复 2 行注释乱码 - 各文件头部 uview-init 兜底 import 保留,功能改动不变
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
import '@/common/uview-init.js'
|
||||
import '@/common/uview-init.js'
|
||||
export default {
|
||||
props: {
|
||||
// 鏍囬
|
||||
// 标题
|
||||
title: {
|
||||
type: [String, Number],
|
||||
default: uni.$u.props.stepsItem.title
|
||||
},
|
||||
// 鎻忚堪鏂囨湰
|
||||
// 描述文本
|
||||
desc: {
|
||||
type: [String, Number],
|
||||
default: uni.$u.props.stepsItem.desc
|
||||
},
|
||||
// 鍥炬爣澶у皬
|
||||
// 图标大小
|
||||
iconSize: {
|
||||
type: [String, Number],
|
||||
default: uni.$u.props.stepsItem.iconSize
|
||||
},
|
||||
// 褰撳墠姝ラ鏄惁澶勪簬澶辫触鐘舵€?
|
||||
// 当前步骤是否处于失败状态
|
||||
error: {
|
||||
type: Boolean,
|
||||
default: uni.$u.props.stepsItem.error
|
||||
|
||||
Reference in New Issue
Block a user