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