LeoBezr

Results 3 issues of LeoBezr

### Is this by design or am I doing something wrong ? The snippet bellow breaks because `this.value` is undefined. When using `this.state.value` it works but the type is all...

Even with option `autoDecimalMode` set to `true`, `v-currency-field` is setting value multiplied by 100. Removing dots and commas from the number. `0,55` becomes `55,00`. **Version:** 3.1.0 **Bug version:** 3.0.8 ```javascript...

bug

I'm trying to create a class controller for my canvas, using `node-p5` with Vue. ```javascript import p5 from "node-p5" class Canvas { _sketch(p) { p.setup = () => { p.createCanvas(200,...