diff --git a/package.json b/package.json index 684ac813..8a0d1531 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@coreui/coreui": "^2.1.6", "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0", "@coreui/icons": "0.3.0", - "@coreui/vue": "github:coreui/coreui-vue#woothu", + "@coreui/vue": "github:coreui/coreui-vue#test", "bootstrap": "^4.1.3", "bootstrap-vue": "^2.0.0-rc.11", "chart.js": "^2.7.3", diff --git a/src/main.js b/src/main.js index 04eeec82..a81f23d7 100644 --- a/src/main.js +++ b/src/main.js @@ -9,6 +9,7 @@ import Vue from 'vue' import BootstrapVue from 'bootstrap-vue' import App from './App' import router from './router' +//Import built package import CoreuiVue from '@coreui/vue' Vue.config.performance = true