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