Skip to content

Commit 4b667f4

Browse files
719mediaegoist
authored andcommitted
chore: Update README.md (#55)
Readme file needs to escape tags
1 parent 419edda commit 4b667f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ You can also use the [online tool](http://danilowoz.com/create-vue-content-loade
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).|
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).|
9595
|primaryOpacity|number|`1`|Background opacity (0 = transparent, 1 = opaque) used to solve an issue in Safari|
9696
|secondaryOpacity|number|`1`|Background opacity (0 = transparent, 1 = opaque) used to solve an issue in Safari|
9797

0 commit comments

Comments
 (0)