Skip to content

Commit 55e58c8

Browse files
committed
Merge remote-tracking branch 'origin/v2-loader-option' into v2-loader-option
2 parents 7142034 + 7be4e07 commit 55e58c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,12 +412,12 @@ Forces loading state. The component provides an indeterminate loading state for
412412

413413
With this option defined as Object you can customize the loading circle that is shown in the states
414414
[loading](#loading) and [determinate](#determinate). Accepted properties are [`color`](#color), [`thickness`](#thickness), [`line`](#line),
415-
[`lineMode`](#linemode) and `opactity`. `opacity` is specific for loading circle and can be any valid CSS opacity value.
415+
[`lineMode`](#linemode) and `opactity`. `opacity` is specific for loading circle and can be any valid CSS opacity value. If the option is not specified, the loading circle replicates the progress circle with a 0.55 default value for `opacity`.
416416

417417
###### Example: :scroll:
418418

419419
```vue
420-
<vue-ellipse-progress :loader="{ color: 'green', lineMode: 'in 10', opacity: '0.5' }" />
420+
<vue-ellipse-progress :loader="{ color: 'green', lineMode: 'in 10', opacity: '0.6' }" />
421421
422422
```
423423

0 commit comments

Comments
 (0)