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