fix #5308 The regression was introduced in ed9eb62. In the cached code path, we attempt re-insertion by cloning cached nodes. However if the static fragment was removed as component root, it loses the nodes between start and end because each node was removed individually. Therefore the cached path can only be taken if the fragment has a single node, or it was removed as part of a parent tree so the sibling information is still available.
vuejs/core

This is the repository for Vue 3.x.
Quickstart
-
Via CDN:
<script src="https://unpkg.com/vue@next"></script>
-
Try in the browser on StackBlitz
-
Scaffold via create-vue:
# npm npm init vue@latest # yarn yarn create vue
Changes from Vue 2
Please consult the Migration Guide.
Also note: Vue 3 does not support IE11 (RFC | Discussion).
Description
Languages
TypeScript
97%
HTML
1.4%
JavaScript
1.1%
Vue
0.5%