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