From 9e3876fd7d212496b2b05165fc69a7869b858721 Mon Sep 17 00:00:00 2001 From: xidedix Date: Mon, 4 Jan 2021 20:10:26 +0100 Subject: [PATCH] fix(vue.config): teanspileDependencies update --- vue.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 9767885f..31995a4b 100644 --- a/vue.config.js +++ b/vue.config.js @@ -8,6 +8,7 @@ module.exports = { } }, transpileDependencies: [ - '@coreui/utils' + '@coreui/utils', + '@coreui/vue' ] }