mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
rdv: add the concernedGroup vuejs component in add a new rdv
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user