Nuxt/packages/nuxt3/test/fixture/components/parent-folder/index.vue

6 lines
62 B
Vue

<template>
<div>
Awesome Component
</div>
</template>