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:
parent
798aa0ec24
commit
7b8f1f233d
|
|
@ -29,7 +29,9 @@ import {
|
|||
<PopoverTrigger>
|
||||
Open popover
|
||||
</PopoverTrigger>
|
||||
<PopoverContent />
|
||||
<PopoverContent>
|
||||
Some popover content
|
||||
</PopoverContent>
|
||||
</Popover>
|
||||
</template>
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user