changed general settings naming and added general settings save in ui

This commit is contained in:
ori agranat
2019-10-15 21:00:18 +03:00
parent 91a1338022
commit cd94c9f8c0
13 changed files with 72 additions and 43 deletions

View File

@@ -26,7 +26,7 @@
return this.value;
},
set(value){
this.$emit('input',value);
this.$emit('input', parseInt(value));
}
}
}