Skip to content

Commit 7029803

Browse files
docs: added outerHTML -> innerHTML el change to docs (#370)
* fix: changed a diagram to be correct * fix: added outerHTML -> innerHTML replacement to migration
1 parent cede53a commit 7029803

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

assets/diagrams.sketch

-488 Bytes
Binary file not shown.
231 KB
Loading

src/guide/migration/introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ The following consists a list of breaking changes from 2.x:
3939
- `v-enter` -> `v-enter-from`
4040
- `v-leave` -> `v-leave-from`
4141
- [Component watch option](/api/options-data.html#watch) and [instance method `$watch`](/api/instance-methods.html#watch) no longer supports dot-delimited string paths, use a computed function as the parameter instead
42+
- In Vue 2.x, application root container's `outerHTML` is replaced with root component template (or eventually compiled to a template, if root component has no template/render option). Vue 3.x now uses application container's `innerHTML` instead.
4243

4344
### Removed
4445

0 commit comments

Comments
 (0)