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