vue3-yuanma/packages/compiler-ssr/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
errors.ts refactor: rename <portal> to <teleport> 2020-04-01 21:55:19 -04:00
index.ts test(compiler-ssr): fix typo (#713) 2020-02-10 09:20:07 -05:00
runtimeHelpers.ts refactor: rename <portal> to <teleport> 2020-04-01 21:55:19 -04:00
ssrCodegenTransform.ts refactor(ssr): adjust ssr fragment anchor content 2020-03-13 13:05:05 -04:00