Commit 7f12805d authored by Paul Slaughter's avatar Paul Slaughter

Use GlTooltip in IDE radio_group

parent 45593d1a
<script> <script>
import { mapActions, mapState, mapGetters } from 'vuex'; import { mapActions, mapState, mapGetters } from 'vuex';
import tooltip from '~/vue_shared/directives/tooltip'; import { GlTooltipDirective } from '@gitlab/ui';
export default { export default {
directives: { directives: {
tooltip, GlTooltip: GlTooltipDirective,
}, },
props: { props: {
value: { value: {
...@@ -53,8 +53,7 @@ export default { ...@@ -53,8 +53,7 @@ export default {
<template> <template>
<fieldset> <fieldset>
<label <label
v-tooltip v-gl-tooltip="tooltipTitle"
:title="tooltipTitle"
:class="{ :class="{
'is-disabled': disabled, 'is-disabled': disabled,
}" }"
......
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