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