Browse Source

chore: fix changelog typo (#918) [ci skip]

pull/939/head
syuilo 5 years ago
committed by GitHub
parent
commit
c34258fcba
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CHANGELOG.md

2
CHANGELOG.md

@ -51,7 +51,7 @@
according to https://github.com/vuejs/rfcs/pull/154
* `<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
<Teleport to="#modal-layer" :disabled="isMobile">

Loading…
Cancel
Save