调整属性顺序
This commit is contained in:
@@ -35,17 +35,17 @@
|
||||
<script>
|
||||
export default {
|
||||
name: 'Settings',
|
||||
beforeRouteEnter(to, from, next) {
|
||||
next(vm => {
|
||||
vm.utils.changeTitle('设置');
|
||||
});
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
config: this.$root.config.storage,
|
||||
utils: this.$root.utils
|
||||
}
|
||||
},
|
||||
beforeRouteEnter(to, from, next) {
|
||||
next(vm => {
|
||||
vm.utils.changeTitle('设置');
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user