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