chore: fix changelog typo (#918) [ci skip]
This commit is contained in:
parent
667e42065d
commit
c34258fcba
@ -51,7 +51,7 @@
|
|||||||
according to https://github.com/vuejs/rfcs/pull/154
|
according to https://github.com/vuejs/rfcs/pull/154
|
||||||
* `<portal>` has been renamed to `<teleport>`.
|
* `<portal>` has been renamed to `<teleport>`.
|
||||||
|
|
||||||
`target` prop is also renmaed to `to`, so the new usage will be:
|
`target` prop is also renamed to `to`, so the new usage will be:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<Teleport to="#modal-layer" :disabled="isMobile">
|
<Teleport to="#modal-layer" :disabled="isMobile">
|
||||||
|
Loading…
Reference in New Issue
Block a user