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