@@ -6,65 +6,47 @@ section
66 | - nuxtClientInit has been called is {{ isClientInitCalled }}
77 hr
88 p
9- nuxt-link( to ='/example/auth/require-auth' )
10- | require-auth
9+ nuxt-link( to ='/example/auth/require-auth' ) require-auth
1110 p
12- nuxt-link( to ='/example/ajax/color' , no-prefetch )
13- | color
11+ nuxt-link( to ='/example/ajax/color' , no-prefetch ) color
1412 p
15- nuxt-link( to ='/example/ajax/schema' )
16- | schema
13+ nuxt-link( to ='/example/ajax/schema' ) schema
1714 p
18- nuxt-link( to ='/example/ajax/custom-http-headers' )
19- | custom-http-headers
15+ nuxt-link( to ='/example/ajax/custom-http-headers' ) custom-http-headers
2016 p
21- nuxt-link( to ='/example/c-01/e-02/' , no-prefetch )
22- | custom-path /c-01/e-02/
17+ nuxt-link( to ='/example/c-01/e-02/' , no-prefetch ) custom-path /c-01/e-02/
2318 p
24- n-link( to ='/example/d-03/f-04/' )
25- | custom-path /d-03/f-04/
19+ n-link( to ='/example/d-03/f-04/' ) custom-path /d-03/f-04/
2620 p
27- nuxt-link( to ='/example/assets-and-static' , no-prefetch )
28- | assets and static
21+ nuxt-link( to ='/example/assets-and-static' , no-prefetch ) assets and static
2922 p
30- nuxt-link( to ='/example/todos' )
31- | todos
23+ nuxt-link( to ='/example/todos' ) todos
3224 p
33- nuxt-link( to ='/example/life-cycle' , no-prefetch )
34- | life-cycle
25+ nuxt-link( to ='/example/life-cycle' , no-prefetch ) life-cycle
3526 p
36- nuxt-link( to ='/example/use-plugin' )
37- | use-plugin
27+ nuxt-link( to ='/example/use-plugin' ) use-plugin
3828 p
39- nuxt-link( to ='/example/custom-head' , no-prefetch )
40- | custom-head
29+ nuxt-link( to ='/example/custom-head' , no-prefetch ) custom-head
4130 p
42- nuxt-link( to ='/example/async-custom-head' , no-prefetch )
43- | async-custom-head
31+ nuxt-link( to ='/example/async-custom-head' , no-prefetch ) async-custom-head
4432 p
45- nuxt-link( to ='/example/api' )
46- | api
33+ nuxt-link( to ='/example/api' ) api
4734 p
48- nuxt-link( to ='/example/search/?hoge=foo&bar=fuga' , no-prefetch )
49- | search
35+ nuxt-link( to ='/example/search/?hoge=foo&bar=fuga' , no-prefetch ) search
5036 p
51- nuxt-link( to ='/example/img-lazy-load' )
52- | img-lazy-load
37+ nuxt-link( to ='/example/img-lazy-load' ) img-lazy-load
5338 p
54- nuxt-link( to ='/example/type-safe-vuex' )
55- | type-safe-vuex
39+ nuxt-link( to ='/example/type-safe-vuex' ) type-safe-vuex
5640 p
57- nuxt-link( to ='/example/extend-css-class' )
58- | extend-css-class
41+ nuxt-link( to ='/example/extend-css-class' ) extend-css-class
5942 p
60- nuxt-link( to ='/example/dynamic-import' )
61- | dynamic-import
43+ nuxt-link( to ='/example/dynamic-import' ) dynamic-import
6244 p
63- nuxt-link( to ='/example/user-agent' )
64- | user-agent
45+ nuxt-link( to ='/example/user-agent' ) user-agent
6546 p
66- nuxt-link( to ='/example/i18n' )
67- | i18n
47+ nuxt-link( to ='/example/i18n' ) i18n
48+ p
49+ nuxt-link( to ='/example/animejs' ) animejs
6850</template >
6951
7052<script lang="ts">
0 commit comments