mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
rdv: renaming of variable + enable to display selected event
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
<template>
|
||||
<concerned-groups></concerned-groups>
|
||||
<calendar-range></calendar-range>
|
||||
<calendar-event></calendar-event>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import ConcernedGroups from 'ChillActivityAssets/vuejs/Activity/components/ConcernedGroups.vue';
|
||||
import CalendarRange from '../_components/CalendarRange/CalendarRange.vue';
|
||||
import CalendarEvent from '../_components/CalendarEvent/CalendarEvent.vue';
|
||||
|
||||
export default {
|
||||
name: "App",
|
||||
components: {
|
||||
ConcernedGroups,
|
||||
CalendarRange
|
||||
CalendarEvent
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user