moved onEnter to mounted
This commit is contained in:
parent
74c42ede84
commit
8616f42978
6 changed files with 22 additions and 5 deletions
|
@ -42,5 +42,8 @@
|
|||
app: this.$root
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.$root.getBrowsePage();
|
||||
}
|
||||
})
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue