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