fix: 修复 uView 组件文件编码乱码
- 85 个 uView props.js 的中文注释由 GBK 乱码还原为 UTF-8 并去除 BOM - uview-ui/index.js 修复 2 行注释乱码 - 各文件头部 uview-init 兜底 import 保留,功能改动不变
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import '@/common/uview-init.js'
|
||||
import '@/common/uview-init.js'
|
||||
export default {
|
||||
props: {
|
||||
// 婵€娲婚儴鍒嗙殑棰滆壊
|
||||
// 激活部分的颜色
|
||||
activeColor: {
|
||||
type: String,
|
||||
default: uni.$u.props.lineProgress.activeColor
|
||||
@@ -10,17 +10,17 @@ export default {
|
||||
type: String,
|
||||
default: uni.$u.props.lineProgress.color
|
||||
},
|
||||
// 杩涘害鐧惧垎姣旓紝鏁板€?
|
||||
// 进度百分比,数值
|
||||
percentage: {
|
||||
type: [String, Number],
|
||||
default: uni.$u.props.lineProgress.inactiveColor
|
||||
},
|
||||
// 鏄惁鍦ㄨ繘搴︽潯鍐呴儴鏄剧ず鐧惧垎姣旂殑鍊?
|
||||
// 是否在进度条内部显示百分比的值
|
||||
showText: {
|
||||
type: Boolean,
|
||||
default: uni.$u.props.lineProgress.showText
|
||||
},
|
||||
// 杩涘害鏉$殑楂樺害锛屽崟浣峱x
|
||||
// 进度条的高度,单位px
|
||||
height: {
|
||||
type: [String, Number],
|
||||
default: uni.$u.props.lineProgress.height
|
||||
|
||||
Reference in New Issue
Block a user