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