提交 497f4457 作者: 方治民

fix: 修复组件 Bug

上级 366263d5
...@@ -120,11 +120,11 @@ ...@@ -120,11 +120,11 @@
left: 0; left: 0;
right: 0; right: 0;
/* #ifndef APP-NVUE */ /* #ifndef APP-NVUE */
left: constant(safe-area-inset-left); /* left: constant(safe-area-inset-left);
left: env(safe-area-inset-left); left: env(safe-area-inset-left);
right: constant(safe-area-inset-right); right: constant(safe-area-inset-right);
right: env(safe-area-inset-right) right: env(safe-area-inset-right) */
/* #endif */ /* #endif */
} }
.fui-footer__link { .fui-footer__link {
......
...@@ -235,11 +235,8 @@ ...@@ -235,11 +235,8 @@
} }
}, },
watch: { watch: {
tabs: { tabs(vals){
handler(vals) { this.initData(vals)
this.initData(vals)
},
deep: true
}, },
current(newVal, oldVal) { current(newVal, oldVal) {
this.switchTab(newVal); this.switchTab(newVal);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论