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