uview-plus 3.1.6 → 3.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/changelog.md
CHANGED
|
@@ -41,6 +41,10 @@
|
|
|
41
41
|
gridNum: 12
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
|
+
// 微信小程序中 options 选项
|
|
45
|
+
options: {
|
|
46
|
+
virtualHost: true // 将自定义节点设置成虚拟的,更加接近Vue组件的表现。我们不希望自定义组件的这个节点本身可以设置样式、响应 flex 布局等
|
|
47
|
+
},
|
|
44
48
|
computed: {
|
|
45
49
|
uJustify() {
|
|
46
50
|
if (this.justify == 'end' || this.justify == 'start') return 'flex-' + this.justify
|