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