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