调整属性顺序
This commit is contained in:
@@ -120,6 +120,11 @@ export default {
|
||||
components: {
|
||||
Icon
|
||||
},
|
||||
beforeRouteEnter(to, from, next) {
|
||||
next(vm => {
|
||||
vm.utils.changeTitle();
|
||||
});
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
config: this.$root.config.storage,
|
||||
@@ -165,11 +170,6 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
beforeRouteEnter(to, from, next) {
|
||||
next(vm => {
|
||||
vm.utils.changeTitle();
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user