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