1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-24 17:39:06 +00:00
Nuxt/examples/hello-world/app.vue

6 lines
56 B
Vue
Raw Normal View History

2021-04-23 20:30:43 +00:00
<template>
<div>
Hello Nuxt!
</div>
</template>