标题的内容响应式设计

      title () {
        // this.$route.path 代表了当前的路径,形成header标题的自适应
        switch (this.$route.path.split('/')[1]) {
            case '':
              return "Qu约"
            case 'home':
              return "Qu约"
            case 'sport':
              return "约跑"
            case 'travel':
              return "约行"
            case 'user':
              return "我的"
        }
      },

 

posted @ 2018-05-31 15:02  Jack-liu  阅读(89)  评论(0编辑  收藏  举报