1 <script setup> 2 import Slots from '@/components/Slots.vue' 3 </script> 4 5 <template> 6 <div> 7 <Slots /> 8 </div> 9 </template>