Merge pull request #111 from dderbentsov/UC-57

Удалила лишний метод
This commit is contained in:
Daria Golova
2022-11-08 17:23:56 +03:00
committed by GitHub

View File

@@ -271,9 +271,6 @@ export default {
} }
return true; return true;
}, },
output() {
console.log(this.checkFormFullness());
},
}, },
}; };
</script> </script>