Skip to content

Commit ff7e36f

Browse files
committed
releases 4.11.19
1 parent 92ee732 commit ff7e36f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vxe-pc-ui",
3-
"version": "4.11.18",
3+
"version": "4.11.19",
44
"description": "A vue based PC component library",
55
"scripts": {
66
"update": "npm install --legacy-peer-deps",

types/components/gantt.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,10 @@ export namespace VxeGanttDefines {
747747
}
748748

749749
export interface ScaleDefaultOptions {
750+
/**
751+
* 日期跨度间隔
752+
*/
753+
step?: number
750754
/**
751755
* 日期绑定值的格式
752756
*/

0 commit comments

Comments
 (0)