tr v-is=InfobaseListItem

This commit is contained in:
Dmitry Belyaev 2021-06-05 16:35:38 +03:00
parent 5d0015b02b
commit 92d73b4fe6
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@
</tr>
</thead>
<tbody>
<InfobaseListItem
<tr
v-is="'InfobaseListItem'"
v-for="(infobase, index) in allInfobases"
:key="infobase.name"
:infobase="infobase"