From a4188f41f3bc981fe8fa92c253a1195b76be04dd Mon Sep 17 00:00:00 2001 From: Bang Hu <hu_bang@hotmail.com> Date: 星期三, 03 九月 2025 16:45:00 +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