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