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