JamesCreasyWN

Results 1 issues of JamesCreasyWN

From vue2-canvas-gauges/src/RadialGauge.vue ``` watch: { value: function (val) { this.chart.value = val console.log('test='+(this.chart.value == val)) ``` This produces ``` test=false ``` in the console. I would expect the test to...