mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:41:17 +08:00
table story fixed
This commit is contained in:
parent
736aa16c46
commit
cd1d8c978d
@ -10,7 +10,7 @@ const TableStory = (args) => ({
|
||||
<Table v-bind="args">
|
||||
<tr v-for="(row, idx1) in data">
|
||||
<td v-for="(col, idx2) in row">
|
||||
{{ data[idx1][idx2] }}
|
||||
{{ data[idx1][idx2] }}
|
||||
</td>
|
||||
</tr>
|
||||
</Table>
|
||||
|
Loading…
x
Reference in New Issue
Block a user