mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-15 14:03:36 +08:00
chore: 升级依赖,element-plus最新版兼容处理
This commit is contained in:
@@ -116,7 +116,11 @@ const columns: TableColumnList = [
|
||||
border
|
||||
lazy
|
||||
:load="load"
|
||||
:tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
|
||||
:tree-props="{
|
||||
hasChildren: 'hasChildren',
|
||||
children: 'children',
|
||||
checkStrictly: false
|
||||
}"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user