width
Description
Optional. Sets the width of a popupUsage
width?: string;
Example
<template>
<Popup :top="300" :left="300" width="400px">
<div class="popup">
<p>Some text here and there</p>
</div>
</Popup>
</template>
Related article: Setting the width of Popup