1.4.1 • Published 2 years ago

el-size-form v1.4.1

Weekly downloads
4
License
ISC
Repository
-
Last release
2 years ago

el-size-form

a element size form base element-ui

Usage

import Vue from 'vue'
import elSizeForm from 'el-size-form'

Vue.component('el-size-form', elSizeForm)
<template>
  <div>
    <SizeForm
      :value='{"width":"100px","height":"200px","min-width":"80px","max-width":"300","min-height":"180px","max-height":"400px","overflow":"visible"}'
    />
    <p>
      Vue (pronounced /vjuː/, like view) is a progressive framework for building
      user interfaces. Unlike other monolithic frameworks, Vue is designed from
      the ground up to be incrementally adoptable. The core library is focused
      on the view layer only, and is easy to pick up and integrate with other
      libraries or existing projects. On the other hand, Vue is also perfectly
      capable of powering sophisticated Single-Page Applications when used in
      combination with modern tooling and supporting libraries.
    </p>
  </div>
</template>
1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago