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