We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9abfd commit b9a6406Copy full SHA for b9a6406
src/guide/web-components.md
@@ -120,7 +120,7 @@ document.body.appendChild(
120
121
- When the element's `disconnectedCallback` is invoked, Vue will check whether the element is detached from the document after a microtask tick.
122
123
- - If the element is still in the document, it's a move and the component instance will be perserved;
+ - If the element is still in the document, it's a move and the component instance will be preserved;
124
125
- If the element is detached from the document, it's a removal and the component instance will be unmounted.
126
0 commit comments