correct vue and react README typos [ci skip]

This commit is contained in:
mzvast 2017-11-15 20:35:16 +08:00
parent 3f6f8e93ed
commit 687dcc80b9
2 changed files with 2 additions and 2 deletions
demos

@ -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 }], cols: [{ name: "A", key: 0 }, { name: "B", key: 1 }, { name: "C", key: 2 }],
data: [ data: [
[ "id", "name", "value" ], [ "id", "name", "value" ],
[ 1, "sheetjs", 7262 ] [ 1, "sheetjs", 7262 ],
[ 2, "js-xlsx", 6969 ] [ 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 }], cols: [{ name: "A", key: 0 }, { name: "B", key: 1 }, { name: "C", key: 2 }],
data: [ data: [
[ "id", "name", "value" ], [ "id", "name", "value" ],
[ 1, "sheetjs", 7262 ] [ 1, "sheetjs", 7262 ],
[ 2, "js-xlsx", 6969 ] [ 2, "js-xlsx", 6969 ]
] ]
} }