-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Description
PHP framework : Lumen
If I write it , it will not load the video:
<div id="app">
<div class="plyr">
<video controls preload="none">
<source :src="videourl" type="video/mp4">
</video>
</div>
</div>
If I do not use ": src", with the "src":
<source src="@{{ videourl }}" type="video/mp4">
vue.js:1018 [Vue warn]: src="{{ videourl }}": interpolation in "src" attribute will cause a 404 request. Use v-bind:src instead.
I should in the end how to do?
Metadata
Metadata
Assignees
Labels
No labels