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