Results 5 issues of HanDongLiang

### 🧐 问题描述 1. 最新的v5 pro 项目为微前端主应用,使用useModel通信。父子应用通信无法在刷新应用时保持最新的全局数据。疑惑怎么样setQiankunGlobalState可以保持在登录后刷新页面不会变成初始化状态的state。 2. src/pages/Welcome.tsx 使用 const { qiankunGlobalState, setQiankunGlobalState } = useModel('@@qiankunStateFromMaster'); 报错 TypeError: Cannot read property 'qiankunGlobalState' of undefined; 项目地址 [https://github.com/hanxzi/micro-app-umi-demo](https://github.com/hanxzi/micro-app-umi-demo) ### 复现方式 打开主应用http://localhost:8000/user/login...

🙏help wanted

## [BUG 反馈] Error: 'BmlMarkerClusterer' is not exported by node_modules/vue-baidu-map/index.js ### 浏览器版本号 90.0.4430.212 ### Vue 版本号 [email protected] ### 组件库版本号 0.21.22 ### 现象描述 ``` global registration BmlMarkerClusterer and node node_modules/gulp/bin/gulp.js build....

uni-app中使用vue3 setup写法编译到微信小程序表单验证ref获取不到 ``` 提交 import { ref, reactive } from 'vue' export default { setup(props,context) { const valiForm = ref(null) const valiFormData = reactive({ name: '', }) const rules =...

the Backend send a response containing the file 'blob', how to use responseType: 'blob' in the http configuration

### Question 自动 API 表格,未找到 Foo 组件的属性定义 ### Sample Code `// src/Foo/index.tsx` `import React, { type FC } from "react";` `const Foo: FC = ({ title }) => {title};` `export...

question