UNPKG

1.04 kBJSONView Raw
1{
2 "nuxt": {
3 "attributes": [
4 "nuxtChildKey"
5 ],
6 "description": "Component to render the current nuxt page."
7 },
8 "n-child": {
9 "description": "Component for displaying the children components in a nested route."
10 },
11 "nuxt-child": {
12 "description": "Component for displaying the children components in a nested route."
13 },
14 "n-link": {
15 "attributes": [
16 "to",
17 "replace",
18 "append",
19 "tag",
20 "active-class",
21 "exact",
22 "event",
23 "exact-active-class",
24 "prefetch",
25 "no-prefetch"
26 ],
27 "description": "Component for navigating between Nuxt pages."
28 },
29 "nuxt-link": {
30 "attributes": [
31 "to",
32 "replace",
33 "append",
34 "tag",
35 "active-class",
36 "exact",
37 "event",
38 "exact-active-class",
39 "prefetch",
40 "no-prefetch"
41 ],
42 "description": "Component for navigating between Nuxt pages."
43 },
44 "no-ssr": {
45 "description": "Component for excluding a part of your app from server-side rendering."
46 }
47}