Consider `inert` as a boolean attribute
What problem does this feature solve?
Add inert to https://github.com/vuejs/core/blob/4e2607a3d316b6d8784c1af5f6e96cc495b74416/packages/shared/src/domAttrConfig.ts#L20-L25
inert
is now supported across all major browser engines.
What does the proposed API look like?
Passing :inert="false"
should not render inert="false"
.