Skip to content

Commit

Permalink
docs(vmenu): fix example lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
MajesticPotatoe authored Mar 16, 2019
1 parent e246e89 commit bbe4834
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/docs/src/examples/menus/menuActivatorTooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<template #activator="{ on: tooltip }">
<v-btn
color="primary"
dark v-on="{ ...tooltip, ...menu }"
dark
v-on="{ ...tooltip, ...menu }"
>Drowdown w/ Tooltip</v-btn>
</template>
<span>Im A ToolTip</span>
Expand Down

0 comments on commit bbe4834

Please sign in to comment.