mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
13 lines
160 B
Vue
13 lines
160 B
Vue
<template>
|
|
<div>
|
|
<img src="~/assets/logo.svg">
|
|
<br>
|
|
Hello Nuxt 3
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default defineNuxtComponent({
|
|
})
|
|
</script>
|