Commit 0d447785 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch '322352-update-deprecated-slot-syntax-editor-tab' into 'master'

Remove unused "slot" attribute from component

See merge request gitlab-org/gitlab!56958
parents 247edd66 109f5381
......@@ -62,7 +62,7 @@ export default {
</script>
<template>
<gl-tab :lazy="isLazy" v-bind="$attrs" v-on="$listeners">
<slot v-for="slot in Object.keys($slots)" :slot="slot" :name="slot"></slot>
<slot v-for="slot in Object.keys($slots)" :name="slot"></slot>
<mount-spy @hook:mounted="onContentMounted" />
</gl-tab>
</template>
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