We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da5ef6 commit 405ea5fCopy full SHA for 405ea5f
vue.config.js
@@ -6,5 +6,9 @@ module.exports = {
6
},
7
css: {
8
extract: false
9
- }
+ },
10
+ transpileDependencies: [
11
+ '@coreui/icons',
12
+ '@coreui/utils'
13
+ ]
14
}
0 commit comments