import clipboard-polyfill

This commit is contained in:
ogerly 2022-04-28 15:56:01 +02:00
parent 01d0aba0d7
commit 09c25090f9
2 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,8 @@
</div>
</template>
<script>
import 'clipboard-polyfill/overwrite-globals'
export default {
name: 'ClipboardCopy',
props: {

View File

@ -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'