Ruslan Semak 8 months ago
parent e7aa82dbac
commit 4246c10b2c

@ -216,6 +216,9 @@ export default {
this.loadedCache = [curPage.parent]
this.currentItems = _.filter(items, ['parent', curPage.parent])
this.$store.commit(`loadingStop`, 'browse-load')
if (curPage.isFolder) {
await this.fetchBrowseItems(curPage)
}
},
goHome () {
window.location.assign(siteLangs.length > 0 ? `/${this.locale}/home` : '/')

Loading…
Cancel
Save