问题
I'm refactoring a project originally done with version 3.4. I need to add a tabindex to event elements based on event order, previously I was using eventAfterAllRender, but I can't seem to find an equivalent in v4, is it there? What's the best way to go about this?
来源:https://stackoverflow.com/questions/55641641/is-there-an-equivalent-to-the-eventafterallrender-callback-in-version-4