fix: 修复 uView 组件文件编码乱码
- 85 个 uView props.js 的中文注释由 GBK 乱码还原为 UTF-8 并去除 BOM - uview-ui/index.js 修复 2 行注释乱码 - 各文件头部 uview-init 兜底 import 保留,功能改动不变
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
import '@/common/uview-init.js'
|
||||
import '@/common/uview-init.js'
|
||||
export default {
|
||||
props: {
|
||||
// 鍒嗘垚鍑犲垪
|
||||
// 分成几列
|
||||
col: {
|
||||
type: [String, Number],
|
||||
default: uni.$u.props.grid.col
|
||||
},
|
||||
// 鏄惁鏄剧ず杈规
|
||||
// 是否显示边框
|
||||
border: {
|
||||
type: Boolean,
|
||||
default: uni.$u.props.grid.border
|
||||
},
|
||||
// 瀹牸瀵归綈鏂瑰紡锛岃〃鐜颁负鏁伴噺灏戠殑鏃跺€欙紝闈犲乏锛屽眳涓紝杩樻槸闈犲彸
|
||||
// 宫格对齐方式,表现为数量少的时候,靠左,居中,还是靠右
|
||||
align: {
|
||||
type: String,
|
||||
default: uni.$u.props.grid.align
|
||||
|
||||
Reference in New Issue
Block a user