Skip to content

Commit

Permalink
Remove v-memo
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfennis committed Jan 17, 2024
1 parent 62d3501 commit e3abcdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/.vitepress/theme/components/icons/IconGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ function setActiveIcon(name: string) {
<div
class="icon"
v-for="icon in icons"
v-memo="[icon.name]"
:key="icon.name"
>
<IconItem
Expand Down

0 comments on commit e3abcdb

Please sign in to comment.