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