chore: 🔨 自动导入添加ElTree组件

This commit is contained in:
ray
2024-10-13 10:38:32 +08:00
parent 37db18f0ce
commit 241fa048d1

View File

@@ -1,4 +1,3 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
@@ -57,6 +56,7 @@ declare module "vue" {
ElTag: (typeof import("element-plus/es"))["ElTag"];
ElText: (typeof import("element-plus/es"))["ElText"];
ElTooltip: (typeof import("element-plus/es"))["ElTooltip"];
ElTree: (typeof import("element-plus/es"))["ElTree"];
ElTreeSelect: (typeof import("element-plus/es"))["ElTreeSelect"];
ElUpload: (typeof import("element-plus/es"))["ElUpload"];
ElWatermark: (typeof import("element-plus/es"))["ElWatermark"];