Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden.Element with focus: divive technology users. Avoid using a...
不影响代码运行,但是影响美观,当个bug记录,但是不一定每个人都能这样解决,能这样解决当然最好。先翻译了下。
这个元素俺看了下代码里没啥aria-hidden,然后在报这个错的地方试验了下,是model的问题,就去查model有啥不一样的。自带这个属性。
误打误撞吧,可能是用组件时没注意,平时子组件用父组件传过来的值,页面上都是直接使用的,不加props,但我看我同事写的都加了这个,我就试着把props去掉了。【但是页面上props.visible
和直接用visible都是可以显示这个变量的。】
然后就 水灵灵的 不报错了...在页面上放很久不报错,到现在也不知道为啥... 搜了下模板里直接使用。
乍一看 也可能是我这样写的问题???反正改成直接visible就不报了 嘻嘻