mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
200 B
200 B
Width
<n-popover :width="500">
<template v-slot:activator>
<n-button style="margin:0;">
Width 500px
</n-button>
</template>
<span>Looks like a bar</span>
</n-popover>