Delay loading and toast 待æDone
This commit is contained in:
@@ -47,7 +47,7 @@ export default {
|
||||
// navViewName: {
|
||||
// files: ['all', 'discover', 'compare', 'design'],
|
||||
// },
|
||||
navViewName: '',
|
||||
// navViewName: '',
|
||||
};
|
||||
},
|
||||
setup() {
|
||||
@@ -65,9 +65,9 @@ export default {
|
||||
this.showNavbarBreadcrumb = this.$route.matched[0].name !== ('AuthContainer')? true : false;
|
||||
},
|
||||
methods: {
|
||||
switchNavView(name) {
|
||||
this.navViewName = name;
|
||||
},
|
||||
// switchNavView(name) {
|
||||
// this.navViewName = name;
|
||||
// },
|
||||
switchNavItem(event) {
|
||||
this.store.filesTag = event.target.innerText;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user