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