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