feed
This commit is contained in:
parent
b39041d2cb
commit
6a6e6d06ef
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ export default {
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
code () {
|
code () {
|
||||||
return `<display-feed feed="${process.env.baseUrl}/api/source/${this.source && this.source.id}"></display-feed>`
|
return `<script src='${process.env.baseUrl}/display-feed.js'><\/script><display-feed feed="${process.env.baseUrl}/api/source/${this.source && this.source.id}"></display-feed>`
|
||||||
},
|
},
|
||||||
feed () {
|
feed () {
|
||||||
if (this.source && this.source.id) {
|
if (this.source && this.source.id) {
|
||||||
|
|
Loading…
Reference in a new issue