Skip to content

Commit

Permalink
fix: fix customTooltips function import
Browse files Browse the repository at this point in the history
  • Loading branch information
woothu committed Jan 11, 2020
1 parent 7f0cad9 commit 45123c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chart.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script>
import Chart from 'chart.js'
import { customTooltips } from '@coreui/coreui-chartjs'
import { customTooltips } from '@coreui/coreui-chartjs/dist/js/coreui-chartjs.js'
export default {
name: '',
Expand Down

0 comments on commit 45123c0

Please sign in to comment.