mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
removed console statement
This commit is contained in:
parent
1c43d5fe6f
commit
e7d0e1b61e
@ -86,7 +86,6 @@
|
||||
},
|
||||
data() {
|
||||
const { hashtag = null } = this.$route.query
|
||||
console.log(this.$route.query)
|
||||
return {
|
||||
posts: [],
|
||||
hasMore: true,
|
||||
@ -133,7 +132,7 @@
|
||||
},
|
||||
watch: {
|
||||
'$route.query.hashtag'() {
|
||||
this.hashtag = this.$route.query.hashtag
|
||||
this.hashtag = this.$route.query.hashtag ? this.$route.query.hashtag : null
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user