hekigan / vue-directive-tooltip

Vue.js tooltip directive. Easy to use, configure and style
https://hekigan.github.io/vue-directive-tooltip/
MIT License
173 stars 33 forks source link

Accept placement on directive object #33

Closed VictorBalbo closed 6 years ago

VictorBalbo commented 6 years ago

What kind of change does this PR introduce?: Allow setting placement property from directive configuration object Did you add tests for your changes?: Yes Summary: Get placement property from directive modifiers, if not found look on configuration object for it Does this PR introduce a breaking change?: No, everything worked before, works now Other:

hekigan commented 6 years ago

Thank you for your contribution, the change has been merged!