test(teleports): use '#teleports' target instead of 'body'

This commit is contained in:
Matej Cerny 2024-08-09 16:47:19 +02:00
parent fb2d7b94cd
commit dafc64a8bf
No known key found for this signature in database
GPG Key ID: 15909945A8C43C38
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>