vue3-yuanma/packages/compiler-ssr
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
..
__tests__ refactor: rename <portal> to <teleport> 2020-04-01 21:55:19 -04:00
src refactor: rename <portal> to <teleport> 2020-04-01 21:55:19 -04:00
api-extractor.json chore: scaffold ssr compiler 2020-01-27 16:00:17 -05:00
package.json release: v3.0.0-alpha.10 2020-03-24 18:33:40 -04:00
README.md chore: scaffold ssr compiler 2020-01-27 16:00:17 -05:00

@vue/compiler-ssr