Commit ae05ca54 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'Vue3-migration-slot-syntax-update' into 'master'

Update slot syntax for Vue 3 migration

See merge request gitlab-org/gitlab!31226
parents a1f64642 19206ae4
...@@ -25,13 +25,13 @@ export default { ...@@ -25,13 +25,13 @@ export default {
<div class="ide-nav-form p-0"> <div class="ide-nav-form p-0">
<tabs v-if="showMergeRequests" stop-propagation> <tabs v-if="showMergeRequests" stop-propagation>
<tab active> <tab active>
<template slot="title"> <template #title>
{{ __('Branches') }} {{ __('Branches') }}
</template> </template>
<branches-search-list /> <branches-search-list />
</tab> </tab>
<tab> <tab>
<template slot="title"> <template #title>
{{ __('Merge Requests') }} {{ __('Merge Requests') }}
</template> </template>
<merge-request-search-list /> <merge-request-search-list />
......
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