You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ You can also use the [online tool](http://danilowoz.com/create-vue-content-loade
91
91
|secondaryColor|string|`'#ecebeb'`||
92
92
|uniqueKey|string|`randomId()`|Unique ID, you need to make it consistent for SSR|
93
93
|animate|boolean|`true`||
94
-
|baseUrl|string|empty string|Required if you're using <baseurl="/" /> 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).|
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
95
|primaryOpacity|number|`1`|Background opacity (0 = transparent, 1 = opaque) used to solve an issue in Safari|
96
96
|secondaryOpacity|number|`1`|Background opacity (0 = transparent, 1 = opaque) used to solve an issue in Safari|
0 commit comments