09 - deeper into components/cmp-adv-01-starting-setup/src/components/UserInfo.vue
@@ -1,11 +1,11 @@ <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>