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