mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update Hashtag.vue component
This commit is contained in:
parent
cec1c118d5
commit
882f4aeba9
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
loaded: false,
|
loaded: false,
|
||||||
page: 2,
|
page: 1,
|
||||||
authenticated: false,
|
authenticated: false,
|
||||||
following: false,
|
following: false,
|
||||||
tags: [],
|
tags: [],
|
||||||
|
|
Loading…
Reference in a new issue