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