Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Vue.component('my-bar-chart', {
  2. extends: VueChartJs.Bar,
  3. props: ['barData', 'chartOptions'],
  4. mounted: function () {
  5. this.renderChart(this.barData, this.chartOptions);
  6. }
  7. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement