zhengyiming
2025-03-07 337c9f5fe3956021fb32db5054dfb395c7801beb
packages/components/src/components/Dialog/ConfirmDialogInfoItem.vue
@@ -12,7 +12,7 @@
type Props = {
  label?: string;
  content?: string;
  content?: string | number;
  danger?: boolean;
};