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

Merge branch 'add-missing-tooltip-import' into 'master'

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