vue3-core/packages/compiler-core/src
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
..
transforms refactor: rename `<portal>` to `<teleport>` 2020-04-01 21:55:19 -04:00
ast.ts fix(compiler-ssr): fix input w/ v-bind="obj" codegen 2020-03-16 18:14:49 -04:00
codegen.ts fix(compiler-ssr): fix input w/ v-bind="obj" codegen 2020-03-16 18:14:49 -04:00
compile.ts refactor(template-ref): improve template ref handling 2020-03-16 13:06:46 -04:00
errors.ts fix(compiler-core/slots): should support on-component named slots 2020-04-01 20:44:53 -04:00
index.ts feat(compiler-core): export `transformElement` from compiler-core (#907) 2020-04-01 11:25:05 -04:00
options.ts chore: improve parser option comments [ci skip] 2020-03-24 18:29:15 -04:00
parse.ts feat(compiler-core): support v-is 2020-03-27 16:38:31 -04:00
runtimeHelpers.ts refactor: rename `<portal>` to `<teleport>` 2020-04-01 21:55:19 -04:00
transform.ts feat(compiler-core): switch to @babel/parser for expression parsing 2020-02-27 16:53:51 -05:00
utils.ts refactor: rename `<portal>` to `<teleport>` 2020-04-01 21:55:19 -04:00