Merge pull request #2016 from clarkdo/video_fix

fix: video can not be loaded
This commit is contained in:
Sébastien Chopin 2017-11-03 07:39:27 +01:00 committed by GitHub
commit 241e43504a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,10 @@ export default function vueLoader() {
},
template: {
doctype: 'html' // For pug, see https://github.com/vuejs/vue-loader/issues/55
},
transformToRequire: {
video: 'src',
source: 'src'
}
}