Already done but adding to track for the next release.
Vuejs was only used for a few select complicated components of the interface, while making it awkward to mix those areas with the simpler plain-js components as VueJS really works best when it owns the mounted element and everything below.
Instead the core, plain JS, component system has been formalised further and alternative back-end driven techniques have been used to replace the vue areas. Now everything more aligned to the same system. Many of the old JS components will need to be updated over time to use the new techniques that have been formalised.
Already done but adding to track for the next release.
Vuejs was only used for a few select complicated components of the interface, while making it awkward to mix those areas with the simpler plain-js components as VueJS really works best when it owns the mounted element and everything below.
Instead the core, plain JS, component system has been formalised further and alternative back-end driven techniques have been used to replace the vue areas. Now everything more aligned to the same system. Many of the old JS components will need to be updated over time to use the new techniques that have been formalised.