File tree 3 files changed +3
-7
lines changed
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 14
14
"test:e2e" : " vue-cli-service test:e2e"
15
15
},
16
16
"dependencies" : {
17
- "@coreui/coreui" : " 3.0.0-beta.1 " ,
18
- "@coreui/coreui-chartjs" : " .. /coreui-chartjs" ,
17
+ "@coreui/coreui" : " 3.0.0-beta.2 " ,
18
+ "@coreui/coreui-vue- chartjs" : " coreui /coreui-vue- chartjs#1.0.0-alpha.2 " ,
19
19
"@coreui/icons" : " ../coreui-icons" ,
20
- "@coreui/icons-vue" : " ../coreui-icons-vue" ,
21
20
"@coreui/vue" : " ../coreui-vue" ,
22
21
"vue" : " ^2.6.10" ,
23
22
"vue-router" : " ^3.1.3"
Original file line number Diff line number Diff line change 4
4
// Import styles
5
5
@import " ~@coreui/coreui/scss/coreui" ;
6
6
7
- // Import custom tooltips styles
8
- @import " ~@coreui/coreui-chartjs/custom-tooltips/dist/css/coreui-chartjs.css" ;
9
-
10
7
// If you want to add something do it here
11
8
@import " custom" ;
Original file line number Diff line number Diff line change 6
6
</template >
7
7
8
8
<script >
9
- import { CChartBar } from ' @coreui/coreui-vue-chartjs/src/index.js '
9
+ import { CChartBar } from ' @coreui/coreui-vue-chartjs'
10
10
11
11
export default {
12
12
name: ' CChartBarExample' ,
You can’t perform that action at this time.
0 commit comments