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