export default{ data(){}, created(){
document.title=‘new title‘
}, mounted(){}, updated(){} }
//在router中的index.js文件中 router.beforeEach((to,from,next)=>{ document.title=to.matched[0].mate.title next() })
原文:https://www.cnblogs.com/lsb123/p/13245670.html