wupengfei
2025-11-10 cc4dc1e11c29ae4cd2a4848c66ea38e1d6486202
apps/bMiniApp/src/components/Layout/PageLayoutWithBg.vue
@@ -28,6 +28,7 @@
type Props = {
  title?: string;
  developing?: boolean;
};
const props = withDefaults(defineProps<Props>(), {});