Skip to content

Commit

Permalink
Added: computed imported in AvatarFallback.
Browse files Browse the repository at this point in the history
  • Loading branch information
moshiur01 committed Dec 17, 2024
1 parent b125b5d commit 6d31e48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Avatar/AvatarFallback.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script setup lang="ts">
import { AvatarFallback, type AvatarFallbackProps } from "radix-vue";
import { computed } from "vue";
import { cn } from "../../utils/cn";
import type { ClassProps } from "../../utils/interface";
Expand Down

0 comments on commit 6d31e48

Please sign in to comment.