Commit 147a9b93 authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Mike Greiling

Update deprecated slot syntax in `./app/assets/javascripts/repository/components/breadcrumbs.vue`

parent 172fed32
...@@ -242,7 +242,7 @@ export default { ...@@ -242,7 +242,7 @@ export default {
</li> </li>
<li v-if="renderAddToTreeDropdown" class="breadcrumb-item"> <li v-if="renderAddToTreeDropdown" class="breadcrumb-item">
<gl-dropdown toggle-class="add-to-tree qa-add-to-tree ml-1"> <gl-dropdown toggle-class="add-to-tree qa-add-to-tree ml-1">
<template slot="button-content"> <template #button-content>
<span class="sr-only">{{ __('Add to tree') }}</span> <span class="sr-only">{{ __('Add to tree') }}</span>
<icon name="plus" :size="16" class="float-left" /> <icon name="plus" :size="16" class="float-left" />
<icon name="chevron-down" :size="16" class="float-left" /> <icon name="chevron-down" :size="16" class="float-left" />
......
---
title: Update deprecated slot syntax in ./app/assets/javascripts/repository/components/breadcrumbs.vue
merge_request: 32017
author: Gilang Gumilar
type: changed
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