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