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