1.3.3 • Published 2 years ago

el-input-tag v1.3.3

Weekly downloads
146
License
MIT
Repository
github
Last release
2 years ago

El Input Tag

a input tag editor component of Element UI

中文 README

Props

AttributeDescriptionTypeAccepted ValuesDefault
sizesize of inputstringmini / small / medium
readonlywhether input is readonlybooleanfalse
typecomponent typestringsuccess/info/warning/danger
hitwhether Tag has a highlighted borderbooleanfalse
colorbackground color of the Tagstring
effectcomponent themestringdark/light/plainlight

Usage

npm/cnpm i el-input-tag --save

  • global
import ElInputTag from 'el-input-tag'
Vue.use(ElInputTag)
  • component
import {ElInputTag} from 'el-input-tag'

export default {
    components: {ElInputTag}
}

Sample

<div>
    <el-form :model="form" ref="form">
      <el-form-item>
        <el-input-tag v-model="form.tags"></el-input-tag>
      </el-form-item>
    </el-form>
</div>

Attention

Add el Tag Component before use

1.3.3

2 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago