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