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