Skip to content

Commit a43a121

Browse files
authored
Update README.md
1 parent 0ae8a45 commit a43a121

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ You can also use the [online tool](https://create-vue-content-loader.netlify.com
9191
|secondaryColor|string|`'#ecebeb'`||
9292
|uniqueKey|string|`randomId()`|Unique ID, you need to make it consistent for SSR|
9393
|animate|boolean|`true`||
94+
|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|
97+
9498

9599
## Credits
96100

0 commit comments

Comments
 (0)