# 缩放

使组件可调整大小

# v-resizable

  • 表达式:
  • 参数:
  • 修饰符:
  • 示例:
<template>
  <el-button v-resizable type="primary">调整我的大小</el-button>
</template>