This repository was archived by the owner on May 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ So when you develop layout components, you need to verify that `$pagination` exi
18
18
:::
19
19
20
20
21
- ### $pagination.pages
21
+ ### ` $pagination.pages `
22
22
23
23
Matched pages for current route. example:
24
24
@@ -29,27 +29,27 @@ Matched pages for current route. example:
29
29
]
30
30
```
31
31
32
- ### $pagination.length
32
+ ### ` $pagination.length `
33
33
34
34
Length of current paginations.
35
35
36
- ### $pagination.hasPrev
36
+ ### ` $pagination.hasPrev `
37
37
38
38
Whether previous pagination page exists.
39
39
40
- ### $pagination.prevLink
40
+ ### ` $pagination.prevLink `
41
41
42
42
Link of previous pagination page.
43
43
44
- ### $pagination.hasNext
44
+ ### ` $pagination.hasNext `
45
45
46
46
Whether next pagination page exists.
47
47
48
- ### $pagination.nextLink
48
+ ### ` $pagination.nextLink `
49
49
50
50
Link of next pagination page.
51
51
52
- ### $pagination.getSpecificPageLink
52
+ ### ` $pagination.getSpecificPageLink `
53
53
54
54
Get specific pagination page via page number.
55
55
@@ -119,7 +119,7 @@ This variable is essentially designed to generalize the list page of frontmatter
119
119
120
120
## $service
121
121
122
- ### ` $service .comment `
122
+ ### $service.comment
123
123
124
124
#### ` $service .comment .enabled `
125
125
@@ -129,7 +129,7 @@ Whether comment is enabled.
129
129
130
130
Get the comment service
131
131
132
- ### ` $service .email `
132
+ ### $service.email
133
133
134
134
#### ` $service .email .enabled `
135
135
You can’t perform that action at this time.
0 commit comments