Subscribe on changes!

Consider `inert` as a boolean attribute

avatar
May 1st 2023

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".

avatar
May 1st 2023

PS: we should also reconsider opening #661