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