Skip to content

Commit 7a2f268

Browse files
committed
Update index.js
1 parent 5e72f36 commit 7a2f268

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/src/comp/locale/index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ export default {
3636
completeDemo: {
3737
dataRowsOption: [
3838
{
39-
value: "1000",
39+
value: 1000,
4040
label: "1000 行",
4141
},
4242
{
43-
value: "10000",
43+
value: 10000,
4444
label: "10,000 行",
4545
},
4646
{
47-
value: "100000",
47+
value: 100000,
4848
label: "100,000 行",
4949
},
5050
],
@@ -90,15 +90,15 @@ export default {
9090
completeDemo: {
9191
dataRowsOption: [
9292
{
93-
value: "1000",
93+
value: 1000,
9494
label: "1000 Rows",
9595
},
9696
{
97-
value: "10000",
97+
value: 10000,
9898
label: "10,000 Rows",
9999
},
100100
{
101-
value: "100000",
101+
value: 100000,
102102
label: "100,000 Rows",
103103
},
104104
],

0 commit comments

Comments
 (0)