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