09 - deeper into components/cmp-adv-01-starting-setup/src/components/BadgeList.vue | ●●●●● patch | view | raw | blame | history |
09 - deeper into components/cmp-adv-01-starting-setup/src/components/BadgeList.vue
@@ -1,5 +1,6 @@ <template> <section> <base-card> <h2>Available Badges</h2> <ul> <li> @@ -9,17 +10,11 @@ <base-badge type="author" caption="AUTHOR"></base-badge> </li> </ul> </base-card> </section> </template> <style scoped> section { margin: 2rem auto; max-width: 30rem; border-radius: 12px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26); padding: 1rem; } section h2 { margin: 0.5rem 0;