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