//el-tree component
mounted(){
this.initExpand()
},
methods: {
initExpand(){
//isLoadingTree用意也是在此
this.setTree.map((a) => {
this.defaultExpandKeys.push(a.id)
});
this.isLoadingTree = true;
},
}
8.github
还有些具体的样式都放在github了
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持黑区网络。
