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