element-ui 不论点击哪里都会都会报错Cannot read property 'forEach' of null

     当我用了el-dropdown这个标签时,没有用到el-dropdown-menu 甚至是 el-dropdown-item ,可能因为页面每次都会遍历这个下拉菜单但我并没有写下拉子菜单,所以无论任何操作都会报forEach为null,把el-dropdown去掉就可以了。


    
        退出登录
    

你可能感兴趣的:(element-ui 不论点击哪里都会都会报错Cannot read property 'forEach' of null)