From 751dfe21d19a22bb130a6a14857470868d7be53a Mon Sep 17 00:00:00 2001 From: p-honggang.li <p-honggang.li@pcitc.com> Date: 星期一, 08 九月 2025 18:04:51 +0800 Subject: [PATCH] 修复预览,提交审核获取不到用户的问题 --- components.d.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/components.d.ts b/components.d.ts index 0bbc0c1..6eada8d 100644 --- a/components.d.ts +++ b/components.d.ts @@ -34,6 +34,7 @@ ElOption: typeof import('element-plus/es')['ElOption'] ElPagination: typeof import('element-plus/es')['ElPagination'] ElRadio: typeof import('element-plus/es')['ElRadio'] + ElRadioButton: typeof import('element-plus/es')['ElRadioButton'] ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup'] ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] ElSelect: typeof import('element-plus/es')['ElSelect'] -- Gitblit v1.8.0