JoelXu
JoelXu
需要怎么配置VuePress中的config.js和enhanceApp.js
### Existing Component 是 ### Component Name el-slider ### Description el-slider 中有些标记点集中靠近得非常密集,由于标记位置是按照自动计算标记的数据占整个滑动条长度的百分比而来,数据间隔是均匀分布的 现在如果需要非均匀的展示标记点,自定义设置标记的固定位置(虽然会导致滑动条的变化不均匀),使得集中靠近的标记点能够按照自定义的位置分散开来展示 比如有 0分位、25%分位、50%分位、75%分位、100%分位的标记点,对应的数据集中在整个滑动条的前10%的位置,现在需要这几个标记点出现的位置平均占据滑动条的长度,该如何实现
https://github.com/x-extends/vxe-table/blob/5b80c9b85d686bf6ba7d1dc0639762fb461f77e1/packages/table/src/body.js#L678 相关issue https://github.com/x-extends/vxe-table/pull/1942
### 说明项目 vue3的官方状态管理库 ### 提供官网 https://pinia.vuejs.org/zh/ ### 参考资料 URL https://pinia.vuejs.org/zh/
建议看文档,[支持插槽、jsx、渲染函数 ](https://vxetable.cn/#/table/grid/template),接收VNode数组 _Originally posted by @xlz26296 in https://github.com/x-extends/vxe-table/issues/1626#issuecomment-1051940767_
### Clear and concise description of the problem I was originally using version v3, but now when I upgraded to version v4, I encountered an error during project packaging: Property...
## 通过配置选项,来设置语意清晰的边框和装饰组件 #### 这个特性解决了什么问题? 解决了 边框和装饰 后缀的魔法数字带来的语义不明 比如:dv-border-Box-1、dy-decoration-1 #### 这个特性的实现形式? 可以设置默认配置,在通过传递不同的、有明确含义的配置字段,比如: ```html ``` #### 是否愿意为此特性提交PR?
WebStorm 2024.2.3 Build #WS-242.23339.15, built on September 25, 2024 win11 version: 2024.08.16-1 ``` com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'io.plugin.tsnode.action.DebugTsAction' must override `getActionUpdateThread()` and chose EDT...