File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -103,31 +103,31 @@ const props = {
103
103
} ,
104
104
firstText : {
105
105
type : String ,
106
- default : '«'
106
+ default : '\u00AB' // ' «'
107
107
} ,
108
108
labelPrevPage : {
109
109
type : String ,
110
110
default : 'Go to previous page'
111
111
} ,
112
112
prevText : {
113
113
type : String ,
114
- default : '‹'
114
+ default : '\u2039' // ' ‹'
115
115
} ,
116
116
labelNextPage : {
117
117
type : String ,
118
118
default : 'Go to next page'
119
119
} ,
120
120
nextText : {
121
121
type : String ,
122
- default : '›'
122
+ default : '\u203A' // ' ›'
123
123
} ,
124
124
labelLastPage : {
125
125
type : String ,
126
126
default : 'Go to last page'
127
127
} ,
128
128
lastText : {
129
129
type : String ,
130
- default : '»'
130
+ default : '\u00BB' // ' »'
131
131
} ,
132
132
labelPage : {
133
133
type : [ String , Function ] ,
@@ -139,7 +139,7 @@ const props = {
139
139
} ,
140
140
ellipsisText : {
141
141
type : String ,
142
- default : '…'
142
+ default : '\u2026' // ' …'
143
143
}
144
144
}
145
145
You can’t perform that action at this time.
0 commit comments