mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix mixin import paths
This commit is contained in:
parent
ca095af50f
commit
858b9910ee
@ -21,7 +21,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import { copyLinks } from '@/mixins/copyLinks'
|
import { copyLinks } from '../mixins/copyLinks'
|
||||||
export default {
|
export default {
|
||||||
name: 'ClipboardCopy',
|
name: 'ClipboardCopy',
|
||||||
mixins: [copyLinks],
|
mixins: [copyLinks],
|
||||||
|
|||||||
@ -76,7 +76,7 @@ import MemoRow from '../TransactionRows/MemoRow'
|
|||||||
import DateRow from '../TransactionRows/DateRow'
|
import DateRow from '../TransactionRows/DateRow'
|
||||||
import DecayRow from '../TransactionRows/DecayRow'
|
import DecayRow from '../TransactionRows/DecayRow'
|
||||||
import FigureQrCode from '@/components/QrCode/FigureQrCode.vue'
|
import FigureQrCode from '@/components/QrCode/FigureQrCode.vue'
|
||||||
import { copyLinks } from '@/mixins/copyLinks'
|
import { copyLinks } from '../../mixins/copyLinks'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'TransactionLink',
|
name: 'TransactionLink',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user