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