Vue 3.4 was released in December 2023. It improves performance and adds some minor new features, notably same-name prop bindings (<cdx-button :action> as a shorthand for <cdx-button :action="action">) and allowing prop validators to access the values of other props.
We should upgrade both MW core and Codex to the latest version of Vue (right now this is 3.4.27).