docs: add teleport example

This commit is contained in:
bcakmakoglu
2022-05-27 23:36:01 +02:00
committed by Braks
parent 0d35f1c7e3
commit d9e7c7a0b0
7 changed files with 155 additions and 0 deletions
@@ -0,0 +1,10 @@
<script setup>
//
</script>
<template>
<aside>
<div class="description">Teleport destination</div>
<div id="port" class="port"></div>
</aside>
</template>