Commit cca1f4db authored by clenneville's avatar clenneville

Update tooltip to gl component

parent 3d409212
<script>
import { GlIcon } from '@gitlab/ui';
import tooltip from '~/vue_shared/directives/tooltip';
import { GlIcon, GlTooltipDirective } from '@gitlab/ui';
export default {
directives: {
tooltip,
GlTooltip: GlTooltipDirective,
},
components: {
GlIcon,
......@@ -45,7 +44,7 @@ export default {
<template>
<button
v-tooltip
v-gl-tooltip
:aria-label="label"
:title="tooltipTitle"
type="button"
......
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