WIP Формы создания события исправлены под input

This commit is contained in:
Daria Golova
2022-12-27 16:36:35 +03:00
parent 84ddeb74a1
commit b5d74ab6be
5 changed files with 17 additions and 21 deletions

View File

@@ -96,14 +96,6 @@ export default {
},
finish() {},
},
watch: {
selectedClientId: {
immediate: true,
handler(newValue) {
console.log(newValue);
},
},
},
};
</script>