Skip to content

Commit

Permalink
style: format with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Apr 2, 2024
1 parent 7fca6f6 commit 8b1c9a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/karbon/playground/pages/indexes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ const resourceKey = ['articles', 'desks', 'tags', 'authors'] as const
<ul>
<li v-for="item in resources[resource].value" :key="item.meta.id">
<NuxtLink :href="item.url" class="underline text-teal-500">
{{
(item.meta as any).title || (item.meta as any).name || (item.meta as any).full_name
}}
{{ (item.meta as any).title || (item.meta as any).name || (item.meta as any).full_name }}
</NuxtLink>
</li>
</ul>
Expand Down

0 comments on commit 8b1c9a2

Please sign in to comment.