mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +00:00
9 lines
99 B
Vue
9 lines
99 B
Vue
<template>
|
|
<div>
|
|
This is Same name component!
|
|
</div>
|
|
</template>
|
|
|
|
<script setup>
|
|
</script>
|