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

191 B

Width

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