naive-ui/demo/documentation/components/popover/enUS/width.md
2019-09-27 22:28:25 +08:00

11 lines
191 B
Markdown

# Width
```html
<n-popover :width="500">
<template v-slot:activator>
<n-button style="margin:0;">
hover
</n-button>
</template>
<span>Light My Fire</span>
</n-popover>
```