From bd3a4b4406ff6f42acd9628317dc29d49562aa8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Thu, 17 Oct 2019 10:18:55 +0200 Subject: [PATCH] Add new whitlisted class for upward menus --- front/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {