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