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