<template> <div class="parent"> <headCarousel></headCarousel> </div> </template> <script setup> import headCarousel from './components/headCarousel.vue' defineOptions({ name:'personal-index'}) </script> <style lang="scss" scoped> </style>