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