1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-25 10:08:29 +00:00
Nuxt/examples/hello-world/app.vue
2021-04-23 22:30:43 +02:00

6 lines
56 B
Vue

<template>
<div>
Hello Nuxt!
</div>
</template>