mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add in main.js import 'clipboard-polyfill/overwrite-globals'
This commit is contained in:
parent
09c25090f9
commit
e4f2f04f85
@ -18,8 +18,6 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import 'clipboard-polyfill/overwrite-globals'
|
||||
|
||||
export default {
|
||||
name: 'ClipboardCopy',
|
||||
props: {
|
||||
|
||||
@ -61,7 +61,6 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import 'clipboard-polyfill/overwrite-globals'
|
||||
import { deleteTransactionLink } from '@/graphql/mutations'
|
||||
import TypeIcon from '../TransactionRows/TypeIcon'
|
||||
import AmountAndNameRow from '../TransactionRows/AmountAndNameRow'
|
||||
|
||||
@ -16,6 +16,8 @@ import router from './routes/router'
|
||||
|
||||
import { apolloProvider } from './plugins/apolloProvider'
|
||||
|
||||
import 'clipboard-polyfill/overwrite-globals'
|
||||
|
||||
// plugin setup
|
||||
Vue.use(DashboardPlugin)
|
||||
Vue.config.productionTip = false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user