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