DYS1230
DYS1230
## 问题描述 使用vue处理了个自定义调色板的逻辑。 本质就是把wangeditor里面实现颜色的逻辑复制出来改改,之后用 iconSvg 去渲染按钮。下拉那些逻辑都在vue文件里面。 Menu的配置 ``` import { DomEditor, SlateEditor } from '@wangeditor/editor' import { ref, createApp, h } from 'vue'; import EditorColor from './color.vue'; class ColorMenu {...
### Version 5.5.0 ### Link to Minimal Reproduction https://stackblitz.com/edit/vitejs-vite-i5t8vn?file=echarts.js,index.html,main.js&terminal=dev ### Steps to Reproduce The lag issue might be caused by having many elements on the body, a large CSS file,...
### tdesign-vue-next 版本 1.9.6 ### 重现链接 https://stackblitz.com/edit/uauez9?file=package.json,src%2Fdemo.vue ### 重现步骤 根据ISO 8601,一年的第一周包含1月4日。把周开始设置为周日。时间设置为 2023-01-01。显示2023-01-08才是第一周。 ### 期望结果 2023-01-01是第一周 ### 实际结果 2023-01-01是上一年的第52周 ### 框架版本 _No response_ ### 浏览器版本 _No response_ ### 系统版本 _No response_...
When generating a DOCX file, the document fails to open correctly if a Textbox element is used as the first (or only) child within a Paragraph. The document opens successfully...