Vue中动态设置页面title
本文最后更新于:2021年7月29日 下午
安装依赖
1
npm install vue-wechat-title --save
在mian.js中引入
1
2
3//设置title
import VueWechatTitle from 'vue-wechat-title'
Vue.use(VueWechatTitle)在router的index.js的路由中加上参数
1
2
3
4
5
6
7{
path: '/login',
component: Login,
meta: {
title: '登录'
}
}
如果这篇文章对你有帮助,或者想给我微小的工作一点点资瓷,请随意打赏。
微信支付
支付宝
Vue中动态设置页面title
https://blog.pangao.vip/Vue中动态设置页面title/