烛林小煜

Results 7 issues of 烛林小煜

### Existing Component 否 ### Component Name None ### Description 增加一个全局化的配置,可以自定义修改全局样式class名称前缀 比如讲el-xxxx换成 自定义的test-xxxx

![image](https://user-images.githubusercontent.com/28357943/86747725-88aa0200-c06e-11ea-9b25-f66a4615ffaf.png) As shown When I want to read the content in indexDb after the page is loaded. The indexDb is always displayed in loading in the console, and the data...

needs more info

goAutoCrop 方法中建议增加支持

### 问题描述 1. 如sandbox示例,自定义节点,在1K以内交互尚可,大约在3K节点时,交互很卡,再多会产生Maximum call stack size exceeded的报错。 官方性能示例能达到5W个节点,请问如何优化到可渲染W级别节点 2. minimap相当于copy了一份canvas,会导致性能消耗*2,用imageminimap何时生成图片恰当 3. 是否可以通过对应api检测异步渲染数据的耗时 4. 是否可以提供一个类似于地图的缩放的示例,根据缩放的比例不同,展示的内容层级也不同,比如示例中某种情况下编程展示小圆圈,缩放到一定程度,展示自定义节点 5. 是否可以提供一个类似于虚拟列表的示例,只渲染canvas视口范围内和缓存区的内容,当drag-canvas时再渲染其余部分以提高性能 ### 重现链接 https://codesandbox.io/s/blissful-haslett-hxys8n?file=/src/components/HelloWorld.vue ### 重现步骤 1.输入框输入10,点击渲染 正常 2. 刷新之后输入框输入1000,点击渲染 略卡 3. 刷新之后输入框输入5000,点击渲染 Maximum...

## 问题描述 ## wangEditor 版本 "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "^5.1.12", "vue": "^3.3.4", "@vue/cli-plugin-eslint": "~5.0.8", "@vue/cli-plugin-router": "~5.0.8", "@vue/cli-plugin-typescript": "~5.0.8", "@vue/cli-service": "~5.0.8", "@vue/eslint-config-airbnb": "^6.0.0", "@vue/eslint-config-typescript": "^9.1.0", "@vue/cli-plugin-babel": "~5.0.0", ## 是否查阅了文档 ? [(文档链接 [www.wangeditor.com](https://www.wangeditor.com/)...

The currently released version 4.0.2 package still needs to install node-sass, how to completely abandon node-sass #402

Firstly, there are some problems in your project, **home\src\components\HelloWorld.vue** ```diff props: { - msg: String, - default: () => 'This is a component from home' + msg: { + type:...