mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 10:04:05 +00:00
c1ddb359e3
Co-authored-by: Damian Głowala <damian.glowala.rebkow@gmail.com>
9 lines
99 B
Vue
9 lines
99 B
Vue
<template>
|
|
<div>
|
|
This is Same name component!
|
|
</div>
|
|
</template>
|
|
|
|
<script setup>
|
|
</script>
|