mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-02 02:17:15 +00:00
9 lines
141 B
Vue
9 lines
141 B
Vue
<template>
|
|
<div>
|
|
<teleport to="#teleports">
|
|
<div>Teleport</div>
|
|
</teleport>
|
|
<h1>Normal content</h1>
|
|
</div>
|
|
</template>
|