mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-21 16:09:52 +00:00
Merge dafc64a8bf
into 160efe7a7f
This commit is contained in:
commit
3b25108eaa
2
test/fixtures/basic/pages/teleport.vue
vendored
2
test/fixtures/basic/pages/teleport.vue
vendored
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<teleport to="body">
|
||||
<teleport to="#teleports">
|
||||
<div>Teleport</div>
|
||||
</teleport>
|
||||
<h1>Normal content</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user