WIP Удалила лишнее

This commit is contained in:
Daria Golova
2022-12-06 18:25:40 +03:00
parent 4b4a4917e4
commit 6e21c5d59b
2 changed files with 0 additions and 11 deletions

View File

@@ -38,12 +38,6 @@ export default {
return Object.entries(notifications);
},
},
watch: {
notificationsList(val) {
console.log(val);
},
},
};
</script>