core icon indicating copy to clipboard operation
core copied to clipboard

🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

Results 817 core issues
Sort by recently updated
recently updated
newest added

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

ready to merge

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

refactor(types): use template literal types insteads of any