关于Ant design of Vue 树形表格默认展开不生效的坑

关于Ant design of Vue 树形表格默认展开不生效的坑

在这里插入图片描述
原因是因为表格渲染数据还未存在,加上v-if就行了,保证有数据后再渲染表格

你可能感兴趣的:(Ant,Design,vue)