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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
import 'clipboard-polyfill/overwrite-globals'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'ClipboardCopy',
|
name: 'ClipboardCopy',
|
||||||
props: {
|
props: {
|
||||||
|
|||||||
@ -61,6 +61,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
import 'clipboard-polyfill/overwrite-globals'
|
||||||
import { deleteTransactionLink } from '@/graphql/mutations'
|
import { deleteTransactionLink } from '@/graphql/mutations'
|
||||||
import TypeIcon from '../TransactionRows/TypeIcon'
|
import TypeIcon from '../TransactionRows/TypeIcon'
|
||||||
import AmountAndNameRow from '../TransactionRows/AmountAndNameRow'
|
import AmountAndNameRow from '../TransactionRows/AmountAndNameRow'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user