Skip to content
代码片段 群组 项目
提交 ef42e785 编辑于 作者: Miranda Fluharty's avatar Miranda Fluharty 提交者: Simon Knox
浏览文件

Import missing tooltip directive

上级 689bac51
No related branches found
No related tags found
无相关合并请求
<script>
import { GlTooltipDirective } from '@gitlab/ui';
import { __ } from '~/locale';
import SafeHtml from '~/vue_shared/directives/safe_html';
import logo from '../../../../views/shared/_logo.svg?raw';
......@@ -9,6 +10,7 @@ export default {
homepage: __('Homepage'),
},
directives: {
GlTooltip: GlTooltipDirective,
SafeHtml,
},
inject: ['rootPath'],
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册