Добавлена сетка tailwind, изменена архитектура файлов
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import FormAddEvent from './components/FormAddEvent.vue';
|
||||
import FormAddEvent from './components/CalendarFormAddEvent.vue';
|
||||
export default {
|
||||
name: "TheCalendar",
|
||||
components: {FormAddEvent}
|
||||
|
||||
@@ -54,8 +54,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AddEventButton from "@/components/base/buttons/AddEventButton";
|
||||
import ButtonPlus from "@/components/base/buttons/ButtonPlus";
|
||||
import AddEventButton from "@/components/base/buttons/BaseAddEvent";
|
||||
import ButtonPlus from "@/components/base/buttons/BaseButtonPlus";
|
||||
export default {
|
||||
name: "FormChangeEvent",
|
||||
components: {AddEventButton, ButtonPlus},
|
||||
Reference in New Issue
Block a user