Skip to content

Commit 8f0c7bb

Browse files
committed
doc: adjust color docs
1 parent ed95c51 commit 8f0c7bb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,12 +306,9 @@ Defines the color of progress circle **line**. Is any CSS color like `#123` or `
306306

307307
- `:color="{ colors [, radial ]}"` - as Object
308308
- `radial` - default `false`. Defines whether the gradient is radial or linear
309-
- `colors` - Array that contains the gradient colors as objects `{ color: "#6546f7", offset: "10%" [, opacity: 1] }`
309+
- `colors` - array that contains the gradient colors as objects `{ color: "#6546f7", offset: "10" [, opacity: 1] }`
310310

311311
###### Example: 📜
312-
313-
Now you are ready for an example:
314-
315312
```js
316313
<ve-progress :color="gradient" />
317314

0 commit comments

Comments
 (0)