Fix popover content at popover.md
Description only had the closing tag. Added the opening tag and some text.
This commit is contained in:
parent
798aa0ec24
commit
90d132806e
|
|
@ -29,6 +29,8 @@ import {
|
||||||
<PopoverTrigger>
|
<PopoverTrigger>
|
||||||
Open popover
|
Open popover
|
||||||
</PopoverTrigger>
|
</PopoverTrigger>
|
||||||
|
<PopoverContent>
|
||||||
|
Some popover content
|
||||||
<PopoverContent />
|
<PopoverContent />
|
||||||
</Popover>
|
</Popover>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user