mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
182 B
182 B
Width
<n-popover :width="500">
<template v-slot:activator>
<n-button>
Width 500px
</n-button>
</template>
<span>Looks like a bar</span>
</n-popover>