mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Small cleanup
This commit is contained in:
parent
34a863424b
commit
f867b53e64
@ -157,9 +157,6 @@ export default {
|
|||||||
watch: {
|
watch: {
|
||||||
Post(post) {
|
Post(post) {
|
||||||
this.post = post[0] || {}
|
this.post = post[0] || {}
|
||||||
// if (!this.post.title) {
|
|
||||||
// throw new Error('404')
|
|
||||||
// }
|
|
||||||
this.title = this.post.title
|
this.title = this.post.title
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user