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