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