Skip to content

v-resize

Function Introduction

Response to resize the element

Example

Usage

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

Released under the MIT License.