Vue-Element:点击页面的其他地方,无法关闭时间选择器的下拉框。Uncaught TypeError: Cannot read property ‘disabled‘ of null

问题描述:点击页面的其他地方,无法关闭时间选择器的下拉框

Vue-Element:点击页面的其他地方,无法关闭时间选择器的下拉框。Uncaught TypeError: Cannot read property ‘disabled‘ of null

页面报错Vue-Element:Uncaught TypeError: Cannot read property ‘disabled’ of null

  • NetWork报错截图
    Vue-Element:点击页面的其他地方,无法关闭时间选择器的下拉框。Uncaught TypeError: Cannot read property ‘disabled‘ of null

问题分析 + 解决方案

  • 当使用el-dropdown的时候没有使用子元素el-dropdown-menu就会报错,把el-dropdown-menu加上即可。
  • 错误代码截图
    Vue-Element:点击页面的其他地方,无法关闭时间选择器的下拉框。Uncaught TypeError: Cannot read property ‘disabled‘ of null