Skip to content

v-resize

功能介绍

响应缩放元素大小

示例

使用

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

Released under the MIT License.