Skip to content

Commit

Permalink
refactor(VTooltip): remove debounce prop
Browse files Browse the repository at this point in the history
it was never actually hooked up
  • Loading branch information
johnleider committed Aug 5, 2019
1 parent a9283e7 commit 64b2e0e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/vuetify/src/components/VTooltip/VTooltip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ export default mixins(Colorable, Delayable, Dependent, Detachable, Menuable, Tog
type: [Number, String],
default: 0,
},
debounce: {
type: [Number, String],
default: 0,
},
disabled: Boolean,
fixed: {
type: Boolean,
Expand Down

0 comments on commit 64b2e0e

Please sign in to comment.