Implemented functionality

This commit is contained in:
2023-06-19 08:08:04 +02:00
parent b7386450ae
commit 4e83da66c3
6 changed files with 142 additions and 33 deletions

View File

@@ -0,0 +1,12 @@
<script setup lang="ts">
</script>
<template>
<div class="flex h-full"></div>
<textarea name="data" id="data" class="text-field"></textarea>
</template>
<style scoped></style>