mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
Merge pull request #2016 from clarkdo/video_fix
fix: video can not be loaded
This commit is contained in:
commit
241e43504a
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user