From dd924ae193f23440869221e90dea7cc31dc32c5d Mon Sep 17 00:00:00 2001 From: Romans Bermans Date: Tue, 28 Nov 2017 16:30:50 +0100 Subject: [PATCH] Adds support for the video poster attribute --- template/build/vue-loader.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/build/vue-loader.conf.js b/template/build/vue-loader.conf.js index 04c79fc..df552f7 100644 --- a/template/build/vue-loader.conf.js +++ b/template/build/vue-loader.conf.js @@ -12,7 +12,7 @@ module.exports = { extract: isProduction }), transformToRequire: { - video: 'src', + video: ['src', 'poster'], source: 'src', img: 'src', image: 'xlink:href'