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