feat: add tree line

This commit is contained in:
xiaoxian521
2022-03-07 20:21:15 +08:00
parent 8e7a79cf94
commit 74a6b3ffdc
10 changed files with 408 additions and 146 deletions

View File

@@ -43,7 +43,6 @@ import {
ElEmpty,
ElCollapse,
ElCollapseItem,
ElTreeV2,
ElTable,
ElTableColumn,
ElLink,
@@ -55,6 +54,8 @@ import {
ElResult,
ElSteps,
ElStep,
ElTree,
ElTreeV2,
// 指令
ElLoading,
ElInfiniteScroll
@@ -107,6 +108,7 @@ const components = [
ElEmpty,
ElCollapse,
ElCollapseItem,
ElTree,
ElTreeV2,
ElTable,
ElTableColumn,