Browse Source

big table title

dev
Evan You 9 years ago
parent
commit
d5914fe9d7
  1. 2
      benchmarks/big-table/index.html

2
benchmarks/big-table/index.html

@ -3,7 +3,7 @@
<link rel="stylesheet" href="demo.css">
<div id="el">
<h1>Rendering Large Datasets With Vue</h1>
<h1>Rendering Dynamic Big Table</h1>
<p>
<span>{{ rows }} x {{ cols }}, {{ optimized ? 'with' : 'without' }} optimization. {{ msg }}</span>

Loading…
Cancel
Save