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