mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-02 02:51:40 +00:00
v1 test and bug fixes
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user