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