We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e72f36 commit 7a2f268Copy full SHA for 7a2f268
examples/src/comp/locale/index.js
@@ -36,15 +36,15 @@ export default {
36
completeDemo: {
37
dataRowsOption: [
38
{
39
- value: "1000",
+ value: 1000,
40
label: "1000 行",
41
},
42
43
- value: "10000",
+ value: 10000,
44
label: "10,000 行",
45
46
47
- value: "100000",
+ value: 100000,
48
label: "100,000 行",
49
50
],
@@ -90,15 +90,15 @@ export default {
90
91
92
93
94
label: "1000 Rows",
95
96
97
98
label: "10,000 Rows",
99
100
101
102
label: "100,000 Rows",
103
104
0 commit comments