Skip to content

Commit

Permalink
fix(Tooltip): missing ref import
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Dec 16, 2021
1 parent cce650f commit b08a8cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/overlays/Tooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
</template>

<script>
import { ref } from 'vue'
import { usePopper } from '../../utils'
export default {
Expand Down

0 comments on commit b08a8cc

Please sign in to comment.