wupengfei
6 天以前 4f52b02ee2db3a9a3b00411b2a1ebfc8eb8c5a7c
apps/bMiniApp/src/components/Layout/PageLayoutWithBg.vue
@@ -28,6 +28,7 @@
type Props = {
  title?: string;
  developing?: boolean;
};
const props = withDefaults(defineProps<Props>(), {});