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