This commit is contained in:
parent
c937cb94f9
commit
9666e6b4d3
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ export default Vue.extend({
|
|||
this.list = this.$store.state.device.tl.arg;
|
||||
}
|
||||
} else if (this.$store.state.i.followingCount == 0) {
|
||||
this.src = 'local';
|
||||
this.src = 'hybrid';
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -91,7 +91,7 @@ export default Vue.extend({
|
|||
this.list = this.$store.state.device.tl.arg;
|
||||
}
|
||||
} else if (this.$store.state.i.followingCount == 0) {
|
||||
this.src = 'local';
|
||||
this.src = 'hybrid';
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue