Update popover.md

Description only had the closing tag and it was wrong. Added the opening tag, fixed the closing tag and some text.
This commit is contained in:
Onur Usluca 2024-04-14 15:47:31 +09:00 committed by GitHub
parent 798aa0ec24
commit 7b8f1f233d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,9 @@ import {
<PopoverTrigger>
Open popover
</PopoverTrigger>
<PopoverContent />
<PopoverContent>
Some popover content
</PopoverContent>
</Popover>
</template>
```