forked from FoundKeyGang/FoundKey
デフォルトでHTLを表示するように
This commit is contained in:
parent
203cc5075e
commit
77ff7b9df0
2 changed files with 0 additions and 4 deletions
|
@ -88,8 +88,6 @@ export default Vue.extend({
|
||||||
} else if (this.src == 'tag') {
|
} else if (this.src == 'tag') {
|
||||||
this.tagTl = this.$store.state.device.tl.arg;
|
this.tagTl = this.$store.state.device.tl.arg;
|
||||||
}
|
}
|
||||||
} else if (this.$store.state.i.followingCount == 0) {
|
|
||||||
this.src = 'hybrid';
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -130,8 +130,6 @@ export default Vue.extend({
|
||||||
} else if (this.src == 'tag') {
|
} else if (this.src == 'tag') {
|
||||||
this.tagTl = this.$store.state.device.tl.arg;
|
this.tagTl = this.$store.state.device.tl.arg;
|
||||||
}
|
}
|
||||||
} else if (this.$store.state.i.followingCount == 0) {
|
|
||||||
this.src = 'hybrid';
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue