Bugs in settings fixed, profile added
This commit is contained in:
@@ -30,7 +30,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
updateValue(checked) {
|
||||
this.$emit("input", checked);
|
||||
this.$emit("input", checked || false);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user