UNPKG

unique-interface

Version:

无UI组件库

22 lines (21 loc) 479 B
<table class="ui-table"> <colgroup> <col> <col> <col> </colgroup> <thead> <tr> <th>test</th> <th>test</th> <th>test</th> </tr> </thead> <tbody> <tr v-for="num in 4"> <td>{{ num }} test</td> <td><slot v-bind="{ x: x + num }"></slot></td> <td>{{ names[num - 1] }}<slot :name="names[num - 1]"></slot></td> </tr> </tbody> </table>