mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
import clipboard-polyfill
This commit is contained in:
parent
01d0aba0d7
commit
09c25090f9
@ -18,6 +18,8 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import 'clipboard-polyfill/overwrite-globals'
|
||||
|
||||
export default {
|
||||
name: 'ClipboardCopy',
|
||||
props: {
|
||||
|
||||
@ -61,6 +61,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import 'clipboard-polyfill/overwrite-globals'
|
||||
import { deleteTransactionLink } from '@/graphql/mutations'
|
||||
import TypeIcon from '../TransactionRows/TypeIcon'
|
||||
import AmountAndNameRow from '../TransactionRows/AmountAndNameRow'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user