Skip to content

Commit cad5bcb

Browse files
author
Philipp
committed
Fixed Readme Bug
1 parent 6d994fe commit cad5bcb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@ This package is for responsive videos depicting different video resolution. Have
103103

104104
This is your path to your video. You can just use this value for showing your video in every resolution.
105105

106-
>⚠️**Warning** for [Vue CLI](https://cli.vuejs.org/guide/creating-a-project.html): You need to bind the source like this: `:src="require(`@/assets/video/timelapse.mp4`)"`. [Read here why](https://github.com/avidofood/vue-responsive-video-background-player/issues/10#issuecomment-646959090)
106+
>⚠️**Warning** for [Vue CLI](https://cli.vuejs.org/guide/creating-a-project.html): You need to bind the source like this: `:src="require(``@/assets/video/timelapse.mp4``)"`. [Read here why](https://github.com/avidofood/vue-responsive-video-background-player/issues/10#issuecomment-646959090)
107107
108108

109109
- `poster` (default: `''`)
110110

111111
This is your first background image that is shown before the video is loaded.
112112

113-
>⚠️**Warning** for [Vue CLI](https://cli.vuejs.org/guide/creating-a-project.html): You need to bind the source like this: `:src="require(`@/assets/img/logo.png`)"`. [Read here why](https://github.com/avidofood/vue-responsive-video-background-player/issues/10#issuecomment-646959090)
113+
>⚠️**Warning** for [Vue CLI](https://cli.vuejs.org/guide/creating-a-project.html): You need to bind the source like this: `:src="require(``@/assets/img/logo.png``)"`. [Read here why](https://github.com/avidofood/vue-responsive-video-background-player/issues/10#issuecomment-646959090)
114114
115115
- `sources` (default: `[]`)
116116

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-responsive-video-background-player",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "Play your own videos in background responsively",
55
"main": "dist/index.common.js",
66
"unpkg": "dist/index.umd.min.js",

0 commit comments

Comments
 (0)