1.在router/index.js的每个路由中配置title
2.在项目中运行命令 npm install vue-wechat-title --save 安装插件(在 package.json文件的dependencies中可以看到已安装 "vue-wechat-title": "^2.0.5")
3.在main.js 中引入并使用
import VueWechatTitle from ‘vue-wechat-title‘
Vue.use(VueWechatTitle)
4. 在 app.vue 组件的 <router-view v-wechat-title="$route.meta.title"/>标签中使用 v-wechat-title="$route.meta.title"属性。
原文地址:https://www.cnblogs.com/lhw888888/p/11442835.html
时间: 2024-11-23 09:19:58