File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 7
7
"slots" : [
8
8
{
9
9
"name" : " first-text" ,
10
- "description" : " The \" goto first page\" button text (html/sub-components supported)"
10
+ "description" : " The \" go to first page\" button text (html/sub-components supported)"
11
11
},
12
12
{
13
13
"name" : " prev-text" ,
14
- "description" : " The \" goto previous page\" button text (html/sub-components supported)"
14
+ "description" : " The \" go to previous page\" button text (html/sub-components supported)"
15
15
},
16
16
{
17
17
"name" : " next-text" ,
18
- "description" : " The \" goto next page\" button text (html/sub-components supported)"
18
+ "description" : " The \" go to next page\" button text (html/sub-components supported)"
19
19
},
20
20
{
21
21
"name" : " last-text" ,
22
- "description" : " The \" goto last page\" button text (html/sub-components supported)"
22
+ "description" : " The \" go to last page\" button text (html/sub-components supported)"
23
23
},
24
24
{
25
25
"name" : " ellipsis-text" ,
26
- "description" : " | the '...' indicator text (html/sub-components supported)"
26
+ "description" : " The '...' indicator text (html/sub-components supported)"
27
27
}
28
28
]
29
29
}
Original file line number Diff line number Diff line change 29
29
"slots" : [
30
30
{
31
31
"name" : " first-text" ,
32
- "description" : " The \" goto first page\" button content (html/sub-components supported)"
32
+ "description" : " The \" go to first page\" button content (html/sub-components supported)"
33
33
},
34
34
{
35
35
"name" : " prev-text" ,
36
- "description" : " The \" goto previous page\" button content (html/sub-components supported)"
36
+ "description" : " The \" go to previous page\" button content (html/sub-components supported)"
37
37
},
38
38
{
39
39
"name" : " next-text" ,
40
- "description" : " The \" goto next page\" button content (html/sub-components supported)"
40
+ "description" : " The \" go to next page\" button content (html/sub-components supported)"
41
41
},
42
42
{
43
43
"name" : " last-text" ,
44
- "description" : " The \" goto last page\" button content (html/sub-components supported)"
44
+ "description" : " The \" go to last page\" button content (html/sub-components supported)"
45
45
},
46
46
{
47
47
"name" : " ellipsis-text" ,
48
- "description" : " | the '...' indicator content (html/sub-components supported)"
48
+ "description" : " The '...' indicator content (html/sub-components supported)"
49
49
}
50
50
]
51
51
}
Original file line number Diff line number Diff line change @@ -102,39 +102,39 @@ const props = {
102
102
} ,
103
103
labelFirstPage : {
104
104
type : String ,
105
- default : 'Goto first page'
105
+ default : 'Go to first page'
106
106
} ,
107
107
firstText : {
108
108
type : String ,
109
109
default : '«'
110
110
} ,
111
111
labelPrevPage : {
112
112
type : String ,
113
- default : 'Goto previous page'
113
+ default : 'Go to previous page'
114
114
} ,
115
115
prevText : {
116
116
type : String ,
117
117
default : '‹'
118
118
} ,
119
119
labelNextPage : {
120
120
type : String ,
121
- default : 'Goto next page'
121
+ default : 'Go to next page'
122
122
} ,
123
123
nextText : {
124
124
type : String ,
125
125
default : '›'
126
126
} ,
127
127
labelLastPage : {
128
128
type : String ,
129
- default : 'Goto last page'
129
+ default : 'Go to last page'
130
130
} ,
131
131
lastText : {
132
132
type : String ,
133
133
default : '»'
134
134
} ,
135
135
labelPage : {
136
136
type : String ,
137
- default : 'Goto page'
137
+ default : 'Go to page'
138
138
} ,
139
139
hideEllipsis : {
140
140
type : Boolean ,
You can’t perform that action at this time.
0 commit comments