Skip to content

Commit

Permalink
fix(tooltip): remove deprecated target-id prop
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorehouse committed Sep 1, 2017
1 parent ae605d3 commit a06d5a6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/components/tooltip.vue
Expand Up @@ -22,11 +22,6 @@
// String ID of element, or element/component reference
type: [String, Object]
},
targetId: {
// Deprecated: ID of element to place tooltip on
type: String,
default: null,
},
title: {
type: String,
default: ''
Expand Down

0 comments on commit a06d5a6

Please sign in to comment.