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