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