rdv: add the concernedGroup vuejs component in add a new rdv

This commit is contained in:
nobohan
2021-07-16 18:21:27 +02:00
parent 20d113b1db
commit 1557b8f80a
7 changed files with 272 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<template>
<concerned-groups></concerned-groups>
</template>
<script>
import ConcernedGroups from 'ChillActivityAssets/vuejs/Activity/components/ConcernedGroups.vue';
export default {
name: "App",
components: {
ConcernedGroups,
}
}
</script>