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