forked from sheetjs/sheetjs
correct vue and react README typos [ci skip]
This commit is contained in:
parent
3f6f8e93ed
commit
687dcc80b9
@ -33,7 +33,7 @@ state in this demo is shaped like the following object:
|
||||
cols: [{ name: "A", key: 0 }, { name: "B", key: 1 }, { name: "C", key: 2 }],
|
||||
data: [
|
||||
[ "id", "name", "value" ],
|
||||
[ 1, "sheetjs", 7262 ]
|
||||
[ 1, "sheetjs", 7262 ],
|
||||
[ 2, "js-xlsx", 6969 ]
|
||||
]
|
||||
}
|
||||
|
@ -33,7 +33,7 @@ state in this demo is shaped like the following object:
|
||||
cols: [{ name: "A", key: 0 }, { name: "B", key: 1 }, { name: "C", key: 2 }],
|
||||
data: [
|
||||
[ "id", "name", "value" ],
|
||||
[ 1, "sheetjs", 7262 ]
|
||||
[ 1, "sheetjs", 7262 ],
|
||||
[ 2, "js-xlsx", 6969 ]
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user