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