Skip to content

Commit

Permalink
Fix missing key binding in examples (#1036)
Browse files Browse the repository at this point in the history
Co-authored-by: superDragon <xkloveme@gmail.com>
  • Loading branch information
RobinMalfait and xkloveme authored Jan 14, 2022
1 parent 8335bee commit 058996b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<TabList class="relative z-0 rounded-lg shadow flex divide-x divide-gray-200">
<Tab
v-for="(tab, tabIdx) in tabs"
key="tab.name"
:key="tab.name"
:disabled="tab.disabled"
class="group relative min-w-0 flex-1 overflow-hidden bg-white py-4 px-4 text-sm font-medium text-center hover:bg-gray-50 focus:z-10"
:class="{
Expand Down

0 comments on commit 058996b

Please sign in to comment.