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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import 'clipboard-polyfill/overwrite-globals'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'ClipboardCopy',
|
name: 'ClipboardCopy',
|
||||||
props: {
|
props: {
|
||||||
|
|||||||
@ -61,7 +61,6 @@
|
|||||||
</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'
|
||||||
|
|||||||
@ -16,6 +16,8 @@ import router from './routes/router'
|
|||||||
|
|
||||||
import { apolloProvider } from './plugins/apolloProvider'
|
import { apolloProvider } from './plugins/apolloProvider'
|
||||||
|
|
||||||
|
import 'clipboard-polyfill/overwrite-globals'
|
||||||
|
|
||||||
// plugin setup
|
// plugin setup
|
||||||
Vue.use(DashboardPlugin)
|
Vue.use(DashboardPlugin)
|
||||||
Vue.config.productionTip = false
|
Vue.config.productionTip = false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user