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