Merge pull request #124 from joaopalmeiro/patch-1

docs: add missing Button import
This commit is contained in:
Ilya Artamonov
2022-12-30 12:17:31 +03:00
committed by GitHub

View File

@@ -94,7 +94,7 @@ import { Input } from 'flowbite-vue'
## Slot - Suffix
```vue
<script setup>
import { Input } from 'flowbite-vue'
import { Input, Button } from 'flowbite-vue'
</script>
<template>
<Input size="lg" placeholder="enter your search query" label="Search">