mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-06 15:59:51 +00:00
Fix navigation back to MyCustoms tab
This commit is contained in:
parent
693bf65721
commit
dadde29bc2
@ -128,8 +128,11 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
selectTab(tab) {
|
selectTab(tab) {
|
||||||
|
if (tab !== 'MyCustoms') {
|
||||||
this.$store.dispatch('getByTab', { tab: tab });
|
this.$store.dispatch('getByTab', { tab: tab });
|
||||||
|
}
|
||||||
this.activeTab = tab;
|
this.activeTab = tab;
|
||||||
|
console.log(this.activeTab)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user