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