vue项目报错Cannot read property 'toLowerCase' of undefined

有可能是没有写组件name名称

export default {
  name: 'Home',
  data() {
    return {

    }
  }
}

相关文章: