Fixed video src

This commit is contained in:
2022-01-31 00:39:10 +03:00
parent 0a93563b32
commit 23e4222673
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ Check out the [demo](https://anatolykopyl.github.io/vue-three-d-mockup/)
## Installation
```
$ npm install github:anatolykopyl/vue-three-d-mockup
$ npm install vue-three-d-mockup
```
## Usage

View File

@@ -1,6 +1,6 @@
{
"name": "vue-three-d-mockup",
"version": "0.1.2",
"version": "0.1.3",
"description": "📱 A 3D phone mockup component to showcase your apps",
"author": "Anatoly Kopyl <akopyl@radner.ru>",
"keywords": ["vue", "mockup-generator", "threejs", "design", "mockup"],

View File

@@ -22,7 +22,7 @@
</div>
<video
src="screen.mp4"
src="@/assets/screen.mp4"
ref="video"
@canplay="vidReady = true"
muted