changes
This commit is contained in:
@@ -47,7 +47,7 @@ export default {
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
record: function (newVal) {
|
||||
record() {
|
||||
this.value = this.$numtoString(this.record[this.attr]);
|
||||
},
|
||||
},
|
||||
|
||||
@@ -99,10 +99,10 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
login: {
|
||||
get: function () {
|
||||
get() {
|
||||
return this.$store.login;
|
||||
},
|
||||
set: function (val) {
|
||||
set(val) {
|
||||
this.$store.commit("updateLogin", { login: val });
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user