Skip to content
Snippets Groups Projects
Commit 94780eb3 authored by Fatih Acet's avatar Fatih Acet
Browse files

Merge branch '11707-add-copy-to-clipboard-cursed-backport' into 'master'

Add Copy to Clipboard CE Backport

See merge request gitlab-org/gitlab-ce!29906
parents c8c03f1d df80cff1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -26,6 +26,11 @@ export default {
required: false,
default: '',
},
cssClasses: {
type: String,
required: false,
default: '',
},
modalId: {
type: String,
required: false,
Loading
Loading
@@ -110,6 +115,7 @@ export default {
<template>
<gl-button
v-gl-tooltip="{ placement: tooltipPlacement, container: tooltipContainer }"
:class="cssClasses"
:data-clipboard-target="target"
:data-clipboard-text="text"
:title="title"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment