diff --git a/front/vue.config.js b/front/vue.config.js index a2c6b711dfac390fc64a703187280c9339154960..b4be291229cba0dacf7d2cbcbe2505ed6835af3f 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 = {