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