mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 00:53:55 +00:00
b2b4c64807
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
11 lines
116 B
Vue
11 lines
116 B
Vue
<template>
|
|
<div>
|
|
Hello World
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default defineNuxtComponent({
|
|
})
|
|
</script>
|