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