Commit 6a2fc6dd authored by Clement Ho's avatar Clement Ho

Set bootstrap tooltip vue directive to only display on hover

parent f153faa8
......@@ -2,7 +2,9 @@ import $ from 'jquery';
export default {
bind(el) {
$(el).tooltip();
$(el).tooltip({
trigger: 'hover',
});
},
componentUpdated(el) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment