Merge branch '_multiselect_store' into 139_demandeur

This commit is contained in:
2021-05-21 19:23:45 +02:00
6 changed files with 123 additions and 30 deletions

View File

@@ -0,0 +1,16 @@
<template>
<span class="badge badge-secondary">{{ issue.text }}</span>
</template>
<script>
export default {
name: "SocialIssues",
props: ['issue']
}
</script>
<style lang="scss">
span.badge {
margin-right: 1em;
}
</style>