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