fix: 处理直接进入project不走watch的问题

This commit is contained in:
zhangyu
2020-08-20 09:40:15 +08:00
parent 2283194ecd
commit 5bca796040
4 changed files with 22 additions and 4 deletions

View File

@@ -606,7 +606,7 @@
//resize时刷新左侧列表滚动条
let vm = this;
window.onresize = function() {
vm.$refs.leftScrollbar.update();
// vm.$refs.leftScrollbar.update();
};
},
computed: {