add reactives social issues in banner

This commit is contained in:
2021-05-21 18:59:43 +02:00
parent 69ecc42055
commit 11a6d08023
3 changed files with 33 additions and 12 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>