Rename компоненты создания event
This commit is contained in:
@@ -1,11 +1,10 @@
|
|||||||
<template lang="pug">
|
<template lang="pug">
|
||||||
form-change-event
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import FormChangeEvent from "./FormChangeEvent";
|
import FormAddEvent from "@/components/pages/calendarPages/FormAddEvent";
|
||||||
export default {
|
export default {
|
||||||
name: "CalendarPages",
|
name: "CalendarPages",
|
||||||
components: {FormChangeEvent}
|
components: {FormAddEvent}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user