Cannot read property error while using ChartJS with Vue JS
error: cannot read property 'getcontext' of undefined vue-chartjs
How I resolved it
Modified the template
<template>
<div class="container">
<canvas ref="canvas" width="900" height="400"></canvas>
</div>
</template>