Introduce

Click to resize

Example

Code

<template>
  <div
    v-resize
    :style="{
    width: '100px',
    height: '100px',
    background: 'green',
}"
  ></div>
</template>