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