vue3-core/packages/compiler-core/__tests__
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
..
__snapshots__
transforms refactor: rename `<portal>` to `<teleport>` 2020-04-01 21:55:19 -04:00
codegen.spec.ts
compile.spec.ts
parse.spec.ts feat(compiler-core): support v-is 2020-03-27 16:38:31 -04:00
scopeId.spec.ts
testUtils.ts
transform.spec.ts
utils.spec.ts