Fix popover content at popover.md

Description only had the closing tag. Added the opening tag and some text.
This commit is contained in:
Onur Usluca 2024-04-14 15:43:11 +09:00 committed by GitHub
parent 798aa0ec24
commit 90d132806e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,8 @@ import {
<PopoverTrigger>
Open popover
</PopoverTrigger>
<PopoverContent>
Some popover content
<PopoverContent />
</Popover>
</template>