Clear out more data in channel view to prevent other channel data from showing up
This commit is contained in:
parent
e93930ffb4
commit
66ab2b11b9
|
@ -153,6 +153,14 @@ export default Vue.extend({
|
||||||
// react to route changes...
|
// react to route changes...
|
||||||
this.id = this.$route.params.id
|
this.id = this.$route.params.id
|
||||||
this.currentTab = 'videos'
|
this.currentTab = 'videos'
|
||||||
|
this.latestVideosPage = 2
|
||||||
|
this.searchPage = 2
|
||||||
|
this.relatedChannels = []
|
||||||
|
this.latestVideos = []
|
||||||
|
this.latestPlaylists = []
|
||||||
|
this.searchResults = []
|
||||||
|
this.shownElementList = []
|
||||||
|
this.apiUsed = ''
|
||||||
this.isLoading = true
|
this.isLoading = true
|
||||||
|
|
||||||
if (!this.usingElectron) {
|
if (!this.usingElectron) {
|
||||||
|
|
Loading…
Reference in New Issue