Add quotes #59

Merged
floatingghost merged 9 commits from quotes into develop 2022-07-25 16:25:42 +00:00
2 changed files with 10 additions and 2 deletions
Showing only changes of commit eeecba3322 - Show all commits

View file

@ -14,7 +14,15 @@ const QuoteCard = {
computed: {
...mapGetters([
'mergedConfig'
])
]),
statusLink () {
return {
name: 'conversation',
params: {
id: this.status.id
}
}
}
},
components: {
QuoteCardContent

View file

@ -2,7 +2,7 @@
<div>
<a
class="quote-card"
:href="status.url"
:href="$router.resolve(statusLink).href"
target="_blank"
rel="noopener"
>