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