ソースを参照

Merge branch 'master' of http://8.152.4.3:3000/yp_web/yoe-shop-web

weixin_52219567 2 ヶ月 前
コミット
978498f697
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/types/components.d.ts

+ 1 - 0
src/types/components.d.ts

@@ -59,6 +59,7 @@ declare module 'vue' {
     ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
     ElTag: typeof import('element-plus/es')['ElTag']
     ElTooltip: typeof import('element-plus/es')['ElTooltip']
+    ElTreeSelect: typeof import('element-plus/es')['ElTreeSelect']
     ElUpload: typeof import('element-plus/es')['ElUpload']
     EmptyState: typeof import('./../components/EmptyState/index.vue')['default']
     FileUpload: typeof import('./../components/FileUpload/index.vue')['default']