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