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 da02129 commit b358563Copy full SHA for b358563
package.json
@@ -17,7 +17,7 @@
17
"@coreui/coreui": "^2.1.6",
18
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
19
"@coreui/icons": "0.3.0",
20
- "@coreui/vue": "github:coreui/coreui-vue#woothu",
+ "@coreui/vue": "github:coreui/coreui-vue#test",
21
"bootstrap": "^4.1.3",
22
"bootstrap-vue": "^2.0.0-rc.11",
23
"chart.js": "^2.7.3",
src/main.js
@@ -9,6 +9,7 @@ import Vue from 'vue'
9
import BootstrapVue from 'bootstrap-vue'
10
import App from './App'
11
import router from './router'
12
+//Import built package
13
import CoreuiVue from '@coreui/vue'
14
15
Vue.config.performance = true
0 commit comments