Skip to content

Commit

Permalink
Fix import chartjs path
Browse files Browse the repository at this point in the history
  • Loading branch information
jcc committed Mar 19, 2019
1 parent 941ce81 commit dc7ee28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/home/components/Chartjs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</template>

<script>
import Chart from '../../../../node_modules/chart.js/src/chart'
import Chart from 'chart.js/src/chart'
const types = ['line', 'bar', 'radar', 'polarArea', 'pie', 'doughnut']
Expand Down

1 comment on commit dc7ee28

@jcc
Copy link
Owner Author

@jcc jcc commented on dc7ee28 Mar 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.