Commit 5e692418 authored by baiyaaaaa's avatar baiyaaaaa Committed by 杨奕

fix the tab bar dynamic bug

parent 04148424
......@@ -70,6 +70,9 @@
if (this.index === oldValue) {
this.transition = oldValue > newValue ? 'slideInRight' : 'slideInLeft';
}
},
label() {
this.$parent.$forceUpdate();
}
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment