Compare commits

...

2 Commits

Author SHA1 Message Date
Matej Černý 700dec669c
Merge dafc64a8bf into effb57d3a3 2024-09-19 20:46:20 +08:00
Matej Cerny dafc64a8bf
test(teleports): use '#teleports' target instead of 'body' 2024-08-09 16:47:19 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<div>
<teleport to="body">
<teleport to="#teleports">
<div>Teleport</div>
</teleport>
<h1>Normal content</h1>