fix: 修复 uView 组件文件编码乱码
- 85 个 uView props.js 的中文注释由 GBK 乱码还原为 UTF-8 并去除 BOM - uview-ui/index.js 修复 2 行注释乱码 - 各文件头部 uview-init 兜底 import 保留,功能改动不变
This commit is contained in:
@@ -1,32 +1,32 @@
|
||||
import '@/common/uview-init.js'
|
||||
import '@/common/uview-init.js'
|
||||
export default {
|
||||
props: {
|
||||
// 鎸囩ず鍣ㄧ殑鏁翠綋瀹藉害
|
||||
// 指示器的整体宽度
|
||||
indicatorWidth: {
|
||||
type: [String, Number],
|
||||
default: uni.$u.props.scrollList.indicatorWidth
|
||||
},
|
||||
// 婊戝潡鐨勫搴?
|
||||
// 滑块的宽度
|
||||
indicatorBarWidth: {
|
||||
type: [String, Number],
|
||||
default: uni.$u.props.scrollList.indicatorBarWidth
|
||||
},
|
||||
// 鏄惁鏄剧ず闈㈡澘鎸囩ず鍣?
|
||||
// 是否显示面板指示器
|
||||
indicator: {
|
||||
type: Boolean,
|
||||
default: uni.$u.props.scrollList.indicator
|
||||
},
|
||||
// 鎸囩ず鍣ㄩ潪婵€娲婚鑹?
|
||||
// 指示器非激活颜色
|
||||
indicatorColor: {
|
||||
type: String,
|
||||
default: uni.$u.props.scrollList.indicatorColor
|
||||
},
|
||||
// 鎸囩ず鍣ㄧ殑婵€娲婚鑹?
|
||||
// 指示器的激活颜色
|
||||
indicatorActiveColor: {
|
||||
type: String,
|
||||
default: uni.$u.props.scrollList.indicatorActiveColor
|
||||
},
|
||||
// 鎸囩ず鍣ㄦ牱寮忥紝鍙€氳繃bottom锛宭eft锛宺ight杩涜瀹氫綅
|
||||
// 指示器样式,可通过bottom,left,right进行定位
|
||||
indicatorStyle: {
|
||||
type: [String, Object],
|
||||
default: uni.$u.props.scrollList.indicatorStyle
|
||||
|
||||
Reference in New Issue
Block a user