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