vue3-yuanma/packages/compiler-ssr/__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
..
ssrComponent.spec.ts fix: dynamic component fallback to native element 2020-03-23 14:47:04 -04:00
ssrElement.spec.ts fix(compiler-ssr): should pass necessary tag names for dynamic v-bind 2020-03-16 18:24:26 -04:00
ssrPortal.spec.ts refactor: rename <portal> to <teleport> 2020-04-01 21:55:19 -04:00
ssrScopeId.spec.ts fix: simplify and use correct ctx in withCtx 2020-03-16 13:06:46 -04:00
ssrSlotOutlet.spec.ts test: update tests and snapshots for helper prefixing 2020-02-07 19:04:55 -05:00
ssrSuspense.spec.ts refactor: simplify suspense ssr + adjust behavior 2020-03-16 15:38:35 -04:00
ssrText.spec.ts test: update tests and snapshots for helper prefixing 2020-02-07 19:04:55 -05:00
ssrVFor.spec.ts refactor(ssr): adjust ssr fragment anchor content 2020-03-13 13:05:05 -04:00
ssrVIf.spec.ts refactor(ssr): adjust ssr fragment anchor content 2020-03-13 13:05:05 -04:00
ssrVModel.spec.ts fix(compiler-ssr): fix input w/ v-bind="obj" codegen 2020-03-16 18:14:49 -04:00
ssrVShow.spec.ts fix(compiler-dom): properly stringify class/style bindings when hoisting static strings 2020-02-21 13:10:13 +01:00
utils.ts wip(compiler-ssr): v-bind with static keys 2020-02-04 16:47:12 -05:00