Commit f8c20dc0 authored by Marcia Ramos's avatar Marcia Ramos

Migrate tooltip to GlTooltipDirective

parent 670cd271
<script>
import { GlIcon } from '@gitlab/ui';
import tooltip from '~/vue_shared/directives/tooltip';
import { GlIcon, GlTooltipDirective } from '@gitlab/ui';
export default {
components: {
GlIcon,
},
directives: {
tooltip,
GlTooltip: GlTooltipDirective,
},
};
</script>
<template>
<gl-icon
v-tooltip
v-gl-tooltip
:title="__('Part of merge request changes')"
:size="12"
name="git-merge"
......
---
title: Migrate tooltip in app/assets/javascripts/vue_merge_request_widget/components/mr_file_icon.vue
merge_request: 46156
author: 46156
type: other
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