Cristiano Magro
2025-01-06 eb387dbd90a2a891ee5ee4458e32cccb460fd9b1
commit | author | age
4f1007 1 <template>
CM 2   <div>
3     <slot></slot>
4   </div>
5 </template>
6
7 <script>
8 export default {
9 }
10 </script>
11
12 <style scoped>
13 div {
14   margin: 2rem auto;
15   max-width: 30rem;
16   border-radius: 12px;
17   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
18   padding: 1rem;
19 }
20 </style>