using url provided by api for copy popup #1266

This commit is contained in:
2022-03-03 17:28:05 +01:00
parent 2af7fe6a0f
commit e461b49c54
3 changed files with 9 additions and 5 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
<template>
<div class="text-wrapper">
<EdTextRefLink :uuid="uuid" />
<EdTextRefLink :uuid="uuid" :url="url" />
<div
class="tei"
:class="{ active: uuid === textid }"
@@ -24,7 +24,8 @@ export default {
props: {
tei: String,
uuid: String,
textid: String
textid: String,
url: String
},
data: () => ({
template: null,