How can I make dynamic meta data change the actual page source for SEO in Vue

前端 未结 0 1731
孤城傲影
孤城傲影 2020-12-05 04:14

I am currently changing the page title and (in the near future) meta data via vue router like below:

$route (to, from){
    document.title = to.meta.title
}
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题