diff --git a/front/vue.config.js b/front/vue.config.js index a2c6b711d..b4be29122 100644 --- a/front/vue.config.js +++ b/front/vue.config.js @@ -21,7 +21,7 @@ plugins.push( ]), whitelist: ['scale'], whitelistPatterns:[/plyr/], - whitelistPatternsChildren:[/plyr/, /dropdown/] + whitelistPatternsChildren:[/plyr/,/dropdown/,/upward/] }), ) module.exports = {