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