correct vue and react README typos [ci skip]

This commit is contained in:
mzvast 2017-11-15 20:35:16 +08:00
parent a9ec3f15cf
commit 2f4e08e52d

@ -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 ]
]
}