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