Изменила архитектуру проекта

This commit is contained in:
Daria Golova
2022-10-11 14:22:26 +03:00
parent d1d6ac73fc
commit 7aff71ed86
12 changed files with 29 additions and 29 deletions

View File

@@ -0,0 +1,11 @@
<template lang="pug">
form-add-event
</template>
<script>
import FormAddEvent from './components/FormAddEvent.vue';
export default {
name: "TheCalendar",
components: {FormAddEvent}
}
</script>