Skip to content

Commit 15c617b

Browse files
authored
Update README.md
1 parent a43a121 commit 15c617b

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
@@ -92,8 +92,8 @@ You can also use the [online tool](https://create-vue-content-loader.netlify.com
9292
|uniqueKey|string|`randomId()`|Unique ID, you need to make it consistent for SSR|
9393
|animate|boolean|`true`||
9494
|baseUrl|string|empty string|Required if you're using <base url="/" /> in your <head/>. Defaults to an empty string. This prop is common used as: <content-loader :base-url="$route.fullPath" /> which will fill the SVG attribute with the relative path. Related [#14](https://github.com/egoist/vue-content-loader/issues/14).|
95-
|primaryOpacity|number|`1`|Background opacity (0 = transparent, 1 = opaque) used to solve a issue in Safari|
96-
|secondaryOpacity|number|`1`|Background opacity (0 = transparent, 1 = opaque) used to solve a issue in Safari|
95+
|primaryOpacity|number|`1`|Background opacity (0 = transparent, 1 = opaque) used to solve an issue in Safari|
96+
|secondaryOpacity|number|`1`|Background opacity (0 = transparent, 1 = opaque) used to solve an issue in Safari|
9797

9898

9999
## Credits

0 commit comments

Comments
 (0)