Skip to content

Commit 7be4e07

Browse files
authored
doc: adjust loader description
1 parent b637f21 commit 7be4e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
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)