fix: Instance Relation and Endpoint Relation dashboards show up (#209)

This commit is contained in:
Fine0830
2022-12-17 15:59:59 +08:00
committed by GitHub
parent 44dcb1e7f6
commit 969580b770
10 changed files with 26 additions and 196 deletions

View File

@@ -22,7 +22,6 @@ declare module '@vue/runtime-core' {
ElMenuItemGroup: typeof import('element-plus/es')['ElMenuItemGroup']
ElOption: typeof import('element-plus/es')['ElOption']
ElPagination: typeof import('element-plus/es')['ElPagination']
ElPopconfirm: typeof import('element-plus/es')['ElPopconfirm']
ElPopover: typeof import('element-plus/es')['ElPopover']
ElProgress: typeof import('element-plus/es')['ElProgress']
ElRadio: typeof import('element-plus/es')['ElRadio']