1👍
✅
You should put your component into the template:
<script setup>
import test from './components/test.vue'
</script>
<template>
<test />
</template>
Source:stackexchange.com