Cristiano Magro
2025-01-05 759c69a303caecccf839ee8482868d6b347c0e92
slot into BadgeList
1 files modified
9 ■■■■ changed files
09 - deeper into components/cmp-adv-01-starting-setup/src/components/BadgeList.vue 9 ●●●● 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;