Skip to content

Commit

Permalink
Update Vue.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Mar 28, 2024
1 parent 86dd368 commit ddcfb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/popover/docs/Vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { DBPopover, DBButton } from "@db-ui/v-components";
<template v-slot:trigger>
<DBButton> Hover on me to open Popover </DBButton>
</template>
Use any html here like a button:
Use any html here like e.g. a button:
<button>Test</button>
</DBPopover>
</template>
Expand Down

0 comments on commit ddcfb8b

Please sign in to comment.