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