vue2 - 解决elementUI使用el-radio单选组件报错 Blocked aria-hidden on an element because its descendant retained

问题说明

在vue2+element-ui项目开发中,使用Radio单选组件el-radio浏览器控制台报错:Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistivetechnology users, Avoid using aria hidden on a focused element or its ancestor.Consider using the inert attribute instead, which will also prevent focus. Formore details, see the aria hidden section of the WAI-ARIA specification at ,非常奇怪的错误,本文提供详细解决方案。

其他教程都无法解决,在本文你只要报类似的错误就可以100%完美解决。

在这里插入图片描述

解决方案

首先,这个错误是由于

你可能感兴趣的:(前端组件与功能(开箱即用),前端常见问题解决,vue常见问题解决,elementui,vue2.js,el-radio,单选框Radio组件,Blocked,aria-hi,浏览器控制台报错详细解决方案,vue,element组件报错)