Vue中动态设置页面title

本文最后更新于:2021年7月29日 下午

  1. 安装依赖

    1
    npm install vue-wechat-title --save
  2. 在mian.js中引入

    1
    2
    3
    //设置title
    import VueWechatTitle from 'vue-wechat-title'
    Vue.use(VueWechatTitle)
  3. 在router的index.js的路由中加上参数

    1
    2
    3
    4
    5
    6
    7
    {
    path: '/login',
    component: Login,
    meta: {
    title: '登录'
    }
    }


如果这篇文章对你有帮助,或者想给我微小的工作一点点资瓷,请随意打赏。
潘高 微信支付

微信支付

潘高 支付宝

支付宝


Vue中动态设置页面title
https://blog.pangao.vip/Vue中动态设置页面title/
作者
潘高
发布于
2018年9月12日 上午
更新于
2021年7月29日 下午
许可协议