mirror of https://github.com/vuejs/core.git
BREAKING CHANGE: `<portal>` has been renamed to `<teleport>`.
`target` prop is also renmaed to `to`, so the new usage will be:
```html
<Teleport to="#modal-layer" :disabled="isMobile">
<div class="modal">
hello
</div>
</Teleport>
```
The primary reason for the renaming is to avoid potential naming
conflict with [native portals](https://wicg.github.io/portals/).
|
||
|---|---|---|
| .. | ||
| ssrComponent.spec.ts | ||
| ssrElement.spec.ts | ||
| ssrPortal.spec.ts | ||
| ssrScopeId.spec.ts | ||
| ssrSlotOutlet.spec.ts | ||
| ssrSuspense.spec.ts | ||
| ssrText.spec.ts | ||
| ssrVFor.spec.ts | ||
| ssrVIf.spec.ts | ||
| ssrVModel.spec.ts | ||
| ssrVShow.spec.ts | ||
| utils.ts | ||