From afdc0faf165dbc0c90e45043b4f500a3d53ba20f Mon Sep 17 00:00:00 2001 From: zym2525 <540361168@qq.com> Date: 星期二, 11 三月 2025 21:02:24 +0800 Subject: [PATCH] fix: some --- packages/components/src/components/Dialog/ConfirmDialog.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/packages/components/src/components/Dialog/ConfirmDialog.vue b/packages/components/src/components/Dialog/ConfirmDialog.vue index 886942e..38a1b2b 100644 --- a/packages/components/src/components/Dialog/ConfirmDialog.vue +++ b/packages/components/src/components/Dialog/ConfirmDialog.vue @@ -19,6 +19,8 @@ </template> <script setup lang="ts"> +import { Dialog as NutDialog } from '@nutui/nutui-taro'; + defineOptions({ name: 'ConfirmDialog', }); -- Gitblit v1.9.1