v1 test and bug fixes

This commit is contained in:
ori
2019-07-19 01:40:06 -07:00
parent c80f0d9f4b
commit b19a34bb29
7 changed files with 41 additions and 28 deletions

View File

@@ -64,10 +64,10 @@
},
isBinary: {
get: function(){
return this.$store.state.isBinaryImage;
return this.$store.state.is_binary;
},
set: function(value){
this.$store.commit('isBinaryImage',value)
this.$store.commit('is_binary',value)
}
}
},