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