added option for disabling bt protocol for non-admin uses close #3;
This commit is contained in:
@@ -70,7 +70,7 @@ export default {
|
||||
|
||||
set(value) {
|
||||
this.status = value;
|
||||
this.$emit("changed", value);
|
||||
this.$emit("changed", this.name,value);
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user