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