设置H5页面中的title(默认是你的项目名称)

1、安装vue-wechat-title:

npm install vue-wechat-title --save

2、引入main.js中:

import VueWechatTitle from 'vue-wechat-title'
Vue.use(VueWechatTitle)
3、使用,在你router/index.js里:

 4、修改route中的router-view:

原文地址:https://www.cnblogs.com/yuanyuanya/p/12077352.html