请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

老师和各位同学请问这个获取章节名字getSectionName

computed: {
      getSectionName() {
        if (this.section) {
          const sectionInfo = this.currentBook.section(this.section)
          if (sectionInfo && sectionInfo.href) {
//            return this.currentBook.navigation.get(sectionInfo.href).label
            return this.currentBook.navigation.get(sectionInfo.href).label
          }
        }
      }
    },

正在回答 回答被采纳积分+3

2回答

力量接近神 2021-03-22 18:08:51

报什么错?vue提醒computed必须有一个返回值吗?试试在getSectionName()这个方法最后return一个空字符串

0 回复 有任何疑惑可以回复我~
提问者 looklookme 2021-03-21 09:57:45

一直报错,请问该如何修改

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信