mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Add href to link
This commit is contained in:
parent
6d852b5803
commit
30c5558925
@ -52,7 +52,7 @@ export default class Embed extends Node {
|
||||
},
|
||||
},
|
||||
template: `
|
||||
<a class="embed"><h4>{{ title }}</h4><p>{{ description }}</p><em>{{ href }}</em></a>
|
||||
<a class="embed" :href="href"><h4>{{ title }}</h4><p>{{ description }}</p><em>{{ href }}</em></a>
|
||||
`,
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user