vue3-yuanma/packages/vue/examples
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(types): use stricter settings 2020-03-23 11:08:22 -04:00
classic refactor: adjust createApp related API signatures 2020-01-27 16:00:17 -05:00
composition feat(runtime-core): add watchEffect API 2020-02-22 08:19:10 +01:00
transition refactor: rename <portal> to <teleport> 2020-04-01 21:55:19 -04:00