mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
renaming of PersonItem into ParticipationItem
This commit is contained in:
parent
21fd69488f
commit
c48586cd0e
@ -16,13 +16,13 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<person-item
|
||||
<participation-item
|
||||
v-for="participation in participations"
|
||||
v-bind:participation="participation"
|
||||
v-bind:key="participation.id"
|
||||
@remove="removeParticipation"
|
||||
@close="closeParticipation">
|
||||
</person-item>
|
||||
</participation-item>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@ -42,13 +42,13 @@
|
||||
|
||||
<script>
|
||||
import { mapState } from 'vuex';
|
||||
import PersonItem from "./PersonsAssociated/PersonItem.vue"
|
||||
import ParticipationItem from "./PersonsAssociated/ParticipationItem.vue"
|
||||
import AddPersons from 'ChillPersonAssets/vuejs/_components/AddPersons.vue'
|
||||
|
||||
export default {
|
||||
name: 'PersonsAssociated',
|
||||
components: {
|
||||
PersonItem,
|
||||
ParticipationItem,
|
||||
AddPersons
|
||||
},
|
||||
data() {
|
||||
|
@ -49,7 +49,7 @@
|
||||
import OnTheFly from 'ChillMainAssets/vuejs/_components/OnTheFly.vue';
|
||||
|
||||
export default {
|
||||
name: 'PersonItem',
|
||||
name: 'ParticipationItem',
|
||||
components: {
|
||||
OnTheFly
|
||||
},
|
Loading…
x
Reference in New Issue
Block a user