Lmango

Results 5 issues of Lmango

### Environment macOS Big Sur/Google Chrome 92.0.4515.107(正式版本) (x86_64)/Vue v2.6.11 ### Reproduction link [iView Table组件地址](http://iview.talkingdata.com/#/components/table) [columu的render属性,学习Render函数的内容 链接](https://ke.segmentfault.com/l/1500000008892728) ### Steps to reproduce 官方文档Table组件,column里的render属性说明,点击后跳转页面提示权限不足 ### What is expected? column里的render属性说明,点击后跳转页面期望正常显示相关文档 ### What is actually...

``` unlayer.init({ id: 'editor-container', }) unlayer.loadDesign({ classic: true, html: 'This is a legacy HTML template.', }) unlayer.addEventListener('design:updated', function(data) { console.log(data); }) ``` design:updated doesn't work when editor content changes

**问题描述** 在`owner`下,上线单发布页面,发布过程中出现异常,报错:会有奇怪的异常 **问题描述** 日志堆栈贴上来。 logs/runtime.log(部分日志) ``` 1edbc30d680448ef895065b5b5f542b9: Sending packet MESSAGE data 2/walle,["console",{"data":{"status":0,"host":"127.0.0.1","error":"","user":"root","success":"","sequence":3,"cmd":"cd /home/gitlab/ && tar zcf /home/gitlab/2_24_20190226_184519.tgz --exclude=.DS_Store --exclude=node_modules --exclude=/dist --exclude=.env.local --exclude=.env.*.local --exclude=npm-debug.log* --exclude=yarn-debug.log* --exclude=yarn-error.log* --exclude=.idea --exclude=.vscode --exclude=*.suo --exclude=*.ntvs* --exclude=*.njsproj...

bug

## @umijs/fabric版本是2.4.9 ![image](https://user-images.githubusercontent.com/13163328/103531406-38e4b000-4ec4-11eb-898e-098616cc1c2b.png) --- ## .eslintrc.js配置如下 ![image](https://user-images.githubusercontent.com/13163328/103531517-7ba68800-4ec4-11eb-951b-9f5e6782b663.png) 不管是使用@umijs/fabric默认配置,还是自己定义@typescript-eslint/no-use-before-define都无效 ![image](https://user-images.githubusercontent.com/13163328/103531777-fa9bc080-4ec4-11eb-8caf-a730ad7858f1.png) ``` mac os: 10.13.6 node: 12.11.0 yarn: 1.13.0 react: 16.13.1 typescript: 4.0.2 ``` 我该如何处理这个问题,百忙之中辛苦看一下,谢谢 😊

### Describe the bug 官方文档里diff功能说明:是否返回与默认值相比具有差异的那些数据。 画布初始化fromJSON数据后,修改node位置或者新增node后,执行toJSON({ diff: true })并没有返回差异数据,返回的是完整的画布数据,是我哪里使用的不对吗?还是有什么条件限制 ### Your Example Website or App https://stackblitz.com/edit/vitejs-vite-fhnajx?file=src%2FApp.jsx ### Steps to Reproduce the Bug or Issue 1. 初始化graph并fromJSON默认数据 2. 点击底部"新增node”按钮,或者修改画布中node位置 3. 点击底部“查看差异”按钮,console.log(graph.toJSON({...