docs: add missing Button import
This commit is contained in:
@@ -94,7 +94,7 @@ import { Input } from 'flowbite-vue'
|
|||||||
## Slot - Suffix
|
## Slot - Suffix
|
||||||
```vue
|
```vue
|
||||||
<script setup>
|
<script setup>
|
||||||
import { Input } from 'flowbite-vue'
|
import { Input, Button } from 'flowbite-vue'
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<Input size="lg" placeholder="enter your search query" label="Search">
|
<Input size="lg" placeholder="enter your search query" label="Search">
|
||||||
|
|||||||
Reference in New Issue
Block a user