<script setup>
import Test from '~/components/test.vue';
</script>
<template>
<h1>Hi mom!</h1>
<br>
<Test />
<Test /><br>
<VCard
text="..."
variant="outlined"
/>
</template>
<style scoped>
h1 {
color: blue;
}
</style>