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 df0d998 commit 97edb48Copy full SHA for 97edb48
src/components/index.js
@@ -33,5 +33,5 @@ export * from './toast'
33
export * from './toggler'
34
export * from './widgets'
35
36
-import { CIcon } from '@coreui/icons-vue/index.js'
+import CIcon from '@coreui/icons-vue/CIcon.vue'
37
export { CIcon }
src/components/table/CDataTable.vue
@@ -210,7 +210,7 @@
210
<script>
211
import CSpinner from '../spinner/CSpinner'
212
import CPagination from '../pagination/CPagination'
213
214
import { cilArrowTop, cilBan } from '@coreui/icons'
215
216
export default {
0 commit comments