mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +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>