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