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