mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
bf505eccd5
[skip release]
14 lines
168 B
Vue
Executable File
14 lines
168 B
Vue
Executable File
<template lang="pug">
|
|
div
|
|
h1 Welcome
|
|
NuxtLink(to="/about") About Page
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
head: {
|
|
title: 'Home page'
|
|
}
|
|
}
|
|
</script>
|