This commit is contained in:
梁灏 2017-10-23 18:26:42 +08:00
parent b92a1b5c99
commit c2d74eca9a
2 changed files with 47 additions and 18 deletions

View file

@ -55,6 +55,9 @@
},
mounted () {
this.updateNav();
},
destroyed () {
this.updateNav();
}
};
</script>