fix: Fixed textarea export and updated textarea docs

This commit is contained in:
Ilya Artamonov
2023-07-28 15:36:49 +03:00
parent 1fb46b59fa
commit 0feb39bd98
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ Get started with the default example of a textarea component below.
<script setup>
import { ref } from 'vue'
import Textarea from 'flowbite-vue'
import { Textarea } from 'flowbite-vue'
const message = ref('')
</script>