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