介绍

点击调整大小

示例

代码

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