fix Tree bug

This commit is contained in:
梁灏 2020-01-13 08:56:38 +08:00
parent 6a6525483c
commit 94767f6cde
3 changed files with 10 additions and 6 deletions

View file

@ -175,7 +175,7 @@
methods: {
handleExpand () {
const item = this.data;
if (item.disabled) return;
// if (item.disabled) return;
// Vue.js 2.6.9 transition appear iView appear appear false
this.appearByClickArrow = true;