<script setup> import { onMounted } from 'vue' onMounted(() => { //script }) </script> <template> <!--template--> </template>