plugins icon indicating copy to clipboard operation
plugins copied to clipboard

🍣 The one-stop shop for official Umi plugins and presets.

Results 103 plugins issues
Sort by recently updated
recently updated
newest added

请问一下 界面首次登录的时候 header会跑到菜单栏的下边这是为什么 然后刷新一下界面就会变正常, 再然后我手动返回login界面 在执行登录也是正常的 就是在浏览器没有token 的时候登录 包含头像的头部会显示在菜单栏下边

主应用的@umijs/plugin-qiankun是2.x,子应用的是1.x,请问可以这么使用吗

@umijs/plugin-qiankun 现在的依赖限制为 ```json "peerDependencies": { "react": "16", "react-dom": "16", "umi": "^3.2.21", "webpack": "^4.41.0" } ``` 希望放开 react 的版本限制,支持 16 及以上的 react 版本 ```json "peerDependencies": { "react": ">=16", "react-dom": ">=16", "umi":...

## 问题插件 @umijs/plugin-qiankun ## 版本 2.39.2 ## demo 这是基于 [qiankun](https://github.com/umijs/qiankun) 的仓库做的复现 demo:https://github.com/fengsx/qiankun ## 步骤 ```shell yarn yarn examples:install yarn examples:start ``` 1、 直接打开的 `http://localhost:7099/template/react16` 是 qiankun 的 demo,无问题。 2、打开基于 @umijs/plugin-qiankun...

umi2 升级 umi3 ,老项目里写在pages 的 model.js 文件里面写上了namespace,但是注册的时候还是使用文件名,导致文件名一样。 看了下文档: 文件名即 namespace,model 内如果没有声明 namespace,会以文件名作为 namespace

![image](https://user-images.githubusercontent.com/13499426/146324421-63b806be-bb51-4f34-887c-cfbe442aa8fc.png) ![image](https://user-images.githubusercontent.com/13499426/146324506-f7c59def-5f14-4637-8517-b3fc30bec673.png)

``` "components": { "schemas": { "ComBaseWell": { "type": "object", "properties": { "id": { "type": "string", "nullable": true }, "name": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Test":...

如何覆盖默认的样式,比如菜单背景颜色、文字颜色、icon颜色,body背景颜色