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' ] }