We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e072ddc commit 0acbf02Copy full SHA for 0acbf02
pages/index.vue
@@ -1,10 +1,23 @@
1
<template>
2
<h1>Index page</h1>
3
- <NuxtLink to="/spa">SPA</NuxtLink>
4
- <NuxtLink to="/ssr">SSR</NuxtLink>
5
- <NuxtLink to="/ssg">SSG</NuxtLink>
6
- <NuxtLink to="/swr_no_ttl">SWR no ttl</NuxtLink>
7
- <NuxtLink to="/swr_ttl">SWR ttl</NuxtLink>
8
- <NuxtLink to="/isr_no_ttl">ISR no ttl</NuxtLink>
9
- <NuxtLink to="/isr_ttl">ISR ttl</NuxtLink>
+ <ul>
+ <li>
+ <NuxtLink to="/spa">SPA</NuxtLink>
+ </li>
+ <NuxtLink to="/ssg">SSG</NuxtLink>
10
11
+ <NuxtLink to="/swr_no_ttl">SWR no ttl</NuxtLink>
12
13
14
+ <NuxtLink to="/swr_ttl">SWR ttl</NuxtLink>
15
16
17
+ <NuxtLink to="/isr_no_ttl">ISR no ttl</NuxtLink>
18
19
20
+ <NuxtLink to="/isr_ttl">ISR ttl</NuxtLink>
21
22
+ </ul>
23
</template>
0 commit comments