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: { computed: {
...mapGetters([ ...mapGetters([
'mergedConfig' 'mergedConfig'
]) ]),
statusLink () {
return {
name: 'conversation',
params: {
id: this.status.id
}
}
}
}, },
components: { components: {
QuoteCardContent QuoteCardContent

View file

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