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