Progress: add strokeLinecap prop (#17552)

* Progress: add strokeLinecap prop

* update docs
This commit is contained in:
iamkun
2019-10-31 15:08:07 +08:00
committed by Zhi Cun
parent 42e74d1d65
commit 0c31a0a48b
6 changed files with 12 additions and 1 deletions

3
types/progress.d.ts vendored
View File

@@ -14,6 +14,9 @@ export declare class ElProgress extends ElementUIComponent {
/** The width of progress bar */
strokeWidth: number
/** Circle progress bar stroke line cap */
strokeLinecap: string
/** Whether to place the percentage inside progress bar, only works when type is 'line' */
textInside: boolean