Skip to content

Commit 10ab29d

Browse files
committed
fix(examples): UContextMenu
1 parent 8b5a632 commit 10ab29d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

packages/examples/src/examples/ui/ContextMenuExample.vue

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ extendCompodiumMeta({
2020
</script>
2121

2222
<template>
23-
<div>
24-
<UContextMenu>
25-
<div class="placeholder aspect-video w-72">
26-
Right click here
27-
</div>
28-
</UContextMenu>
29-
</div>
23+
<UContextMenu>
24+
<div class="placeholder aspect-video w-72">
25+
Right click here
26+
</div>
27+
</UContextMenu>
3028
</template>

0 commit comments

Comments
 (0)