| | |
| | | <template> |
| | | <section> |
| | | <base-card> |
| | | <!-- <template v-slot:header> |
| | | <template #header> |
| | | <h2>Available Badges</h2> |
| | | </template> --> |
| | | <template v-slot:default> |
| | | </template> |
| | | <template #default> |
| | | <ul> |
| | | <li> |
| | | <base-badge type="admin" caption="ADMIN"></base-badge> |
| | |
| | | <template> |
| | | <section> |
| | | <base-card> |
| | | <template v-slot:header> |
| | | <template #header> |
| | | <h3>{{ fullName }}</h3> |
| | | <base-badge :type="role" :caption="role.toUpperCase()"></base-badge> |
| | | </template> |
| | | <template v-slot:default> |
| | | <template #default> |
| | | <p>{{ infoText }}</p> |
| | | </template> |
| | | </base-card> |