Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkithelegendarypokemonster committed Jun 13, 2024
1 parent e9a9af1 commit 5797145
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions apps/demos/Demos/TabPanel/Overview/Vue/TabPanelItem.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<template>
<div>
<div class="tabpanel-item">
<TaskItem
v-for="(task, index) in tasks"
:key="index"
:task="task"
/>
</div>
<div class="tabpanel-item">
<TaskItem
v-for="(task, index) in tasks"
:key="index"
:task="task"
/>
</div>
</template>

Expand Down

0 comments on commit 5797145

Please sign in to comment.