core
core copied to clipboard
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
js allows use string to set length of array. The original code uses an implicit conversion that requires newValue to be a number as key's type is string. If newValue...
fix #6745 ___ an alternative to re-assigning `el` would be something like ```js prevChildren = prevChildren.map((child) => { if (DEV_ROOT_FRAGMENT) { const clone = cloneVNode(child) clone.el = elementRoot.el return clone...
Close #6040
Close #6186
refactor(types): use template literal types insteads of any