ChenYCL

Results 20 issues of ChenYCL

example : @pkg/a, @pkg/b,@pkg/c use lerna config. ``` // @pkg/a package.json "dependencies": { "@pkg/b":"x.x", "@pkg/c":"x.x", } ``` ``` // @pkg/b package.json "dependencies": { "@pkg/a":"x.x", "@pkg/c":"x.x", } ``` when yalc publish...

![image](https://user-images.githubusercontent.com/25706676/105122436-2b106b00-5b11-11eb-9811-a291c5657fc3.png) ![image](https://user-images.githubusercontent.com/25706676/105122435-2b106b00-5b11-11eb-832d-a3af147d86ea.png)

``` vue.runtime.esm.js?2b0e:619 [Vue warn]: Method "decimals" has already been defined as a prop. found in ---> at node_modules/vue-count-to/src/vue-countTo.vue at src/components/box.vue at src/views/Home.vue at src/App.vue ``` 项目中mixin.js 有这个method ,使用的decimal作为命名,会产生这个问题

你好,请问一下code区域再页面上展示右边会有一个滚动条,应该怎样去去除呢, 还有cover_picture设置了没效果 帖子沿用的是banner图

https://github.com/AnnaSearl/annar/blob/9cb956fd1b64069dd78d2a2f10adaa5ea5853ea0/.umirc.ts#L31 这个地方100 设置覆盖 build/loader/jsxP2Rem.jsx的配置 https://github.com/AnnaSearl/annar/blob/9cb956fd1b64069dd78d2a2f10adaa5ea5853ea0/.umirc.ts#L60

### Question 基于dumi做了公司的组件库,当前主题样式定义在公共包的common.scss 下,每个组件都将引入一次,样式:root会被不断覆盖注册, 看到styles属性,是否可以提供单纯引入的方式,官方目前是绝对路径 ### 引发问题 ### 期望

question

### Question 配置menus的时候,如果是多包情况下,识别的是第一个包下内容,能否更细腻化的定位是某个包里面的内容呢,包结构完全一直 ### Sample Code ![image](https://user-images.githubusercontent.com/25706676/113372362-1bc45e00-939b-11eb-817c-9c0af60f3e5c.png) ![image](https://user-images.githubusercontent.com/25706676/113372396-34347880-939b-11eb-980e-02ac672b2266.png) 都是第一个路由匹配 ![image](https://user-images.githubusercontent.com/25706676/113372625-b58c0b00-939b-11eb-893b-ed5692436b7e.png) ### 期望 识别指定下包下的某个组件 { title: '通用', path: 'base', children: ['base', 'base/src/components/Foo/index.md'], },

bug
PR Welcome

```JavaScript { test: /\.(css|js)$/, loader: 'string-replace-loader', exclude: /(node_modules)/, options: { multiple: [ { search: 'ant-', replace: '$$ant' } ] } }, ``` get error ![image](https://user-images.githubusercontent.com/25706676/150727074-419444f0-80d8-4712-9c34-4b0ada7fc955.png)

./node_modules/react-docgen-typescript/lib/parser.js Module not found: Error: Can't resolve 'fs'

* 放弃计算数据 * 改为直接获取页面内容