[WIP] Фикс

This commit is contained in:
megavrilinvv
2023-05-12 18:38:15 +03:00
parent c192f777d1
commit 8907e156ba
2 changed files with 1 additions and 4 deletions

View File

@@ -50,9 +50,6 @@ export default {
changeEdit(value) {
this.isEdit = value;
},
changeModelValue(value, key) {
if (value) this.modelValue = key;
},
},
};
</script>