zhengyiming
2025-02-24 4cb3259a2dc953678d6d7b3961728b0e47f32fc4
packages/components/src/components/Dialog/ConfirmDialogInfoItem.vue
@@ -12,7 +12,7 @@
type Props = {
  label?: string;
  content?: string;
  content?: string | number;
  danger?: boolean;
};