Skip to content

Commit

Permalink
Updated: Dropdwon component example code.
Browse files Browse the repository at this point in the history
  • Loading branch information
moshiur01 committed Dec 18, 2024
1 parent ddc3997 commit 2a693a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/content/docs/components/dropdown/dropdownCode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const CustomDropdownCode = {
"DropdownComponent.vue": `<script setup>
import {
Avatar,
AvatarFallback,
AvatarImage,
Button,
Dropdown,
Expand Down Expand Up @@ -57,6 +58,7 @@ const dropdownData = [
<div>
<Avatar>
<AvatarImage :src="data.img" />
<AvatarFallback>{{data.name}}</AvatarFallback>
</Avatar>
</div>
<div>
Expand Down

0 comments on commit 2a693a6

Please sign in to comment.