<script setup> const items = [ { name: "Un élément", }, { name: "Un autre élément", }, ]; </script>