get options and display selected

This commit is contained in:
2021-05-21 16:04:01 +02:00
parent a88acd34fd
commit 4d12796289
4 changed files with 73 additions and 33 deletions

View File

@@ -28,17 +28,18 @@ import Confirm from './components/Confirm.vue';
export default {
name: 'App',
components: {
Banner,
PersonsAssociated,
Requestor,
//Banner,
//StickyNav,
//PersonsAssociated,
//Requestor,
SocialIssue,
Referrer,
Resources,
Comment,
Confirm,
//Referrer, // fait foirer socialissues
//Resources,
//Comment,
//Confirm,
},
computed: mapState([
'accompanyingCourse'
'accompanyingCourse', 'socialIssueOptions'
])
};
</script>