Внесла правки

This commit is contained in:
Daria Golova
2022-10-13 11:40:11 +03:00
parent 820d181527
commit bd7c4eabfc
6 changed files with 12 additions and 26 deletions

View File

@@ -8,7 +8,6 @@
<script>
import * as moment from "moment/moment";
import CalendarHeader from "./components/CalendarHeader.vue";
moment.locale("ru");
export default {
name: "TheCalendar",
components: { CalendarHeader },