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