vue3-yuanma/packages/runtime-core/__tests__/components
Evan You eee5095692 refactor: rename <portal> to <teleport>
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/).
2020-04-01 21:55:19 -04:00
..
BaseTransition.spec.ts refactor(types): use stricter settings 2020-03-23 11:08:22 -04:00
KeepAlive.spec.ts fix(keep-alive): should update re-activated component with latest props 2020-03-24 10:28:00 -04:00
Suspense.spec.ts refactor: rename <portal> to <teleport> 2020-04-01 21:55:19 -04:00
Teleport.spec.ts refactor: rename <portal> to <teleport> 2020-04-01 21:55:19 -04:00