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