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