added auto save and save button

This commit is contained in:
ori agranat
2019-10-29 23:58:06 +02:00
parent a72336270b
commit 1e02f114e1
21 changed files with 545 additions and 474 deletions

View File

@@ -49,6 +49,7 @@
sendSlope(m, b, valid) {
this.handleInput('m', m);
this.handleInput('b', b);
this.$emit('update');
},
clearSlope() {
this.sendSlope(1, 0, false);