Skip to content

Commit 9e3876f

Browse files
committed
fix(vue.config): teanspileDependencies update
1 parent 4f96324 commit 9e3876f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vue.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module.exports = {
88
}
99
},
1010
transpileDependencies: [
11-
'@coreui/utils'
11+
'@coreui/utils',
12+
'@coreui/vue'
1213
]
1314
}

0 commit comments

Comments
 (0)