Skip to content

Commit

Permalink
Add missing hover prop to example
Browse files Browse the repository at this point in the history
  • Loading branch information
valgeirb committed Oct 11, 2021
1 parent 5a60912 commit 3ebeeec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Notice that in this example, `hover`, `openDelay` and `closeDelay` are all hardc
```vue
<template>
<!-- Hardcoded "hover", "openDelay" and "closeDelay" -->
<Popper v-bind="$attrs" openDelay="200" closeDelay="100">
<Popper v-bind="$attrs" hover openDelay="200" closeDelay="100">
<slot />
<template #content="props">
<slot name="content" v-bind="props" />
Expand Down

0 comments on commit 3ebeeec

Please sign in to comment.