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