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