1 2 3 4 5 6 7 8 9
<template> <section class="space-y-4"> <Trending /> <Popular /> </section> </template> <script setup> </script>