vue 在微信中设置动态标题

1.安装插件

cnpm install vue-wechat-title --save

2.在main.js中引入

import VueWechatTitle from 'vue-wechat-title'
Vue.use(VueWechatTitle)

3.在路由中设置

4.在app中设置

原文地址:https://www.cnblogs.com/panax/p/10081933.html