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