0.0.5 • Published 3 years ago

vue_tag_create v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

vue_tag_create

vue project tags create

Build Setup

# install 
npm install vue_tag_create -S

# use
import vue-tag-create from "vue_tag_create"

# attributes

## layout (width error-tips)

- default:block
- inline: inline == true

## words limit

- default:none
- you can set it like `limit='15'`

## special characters check
- default:true

## trigger key
you can choose `enter` ,it is possible support `space` later. 

# events

## keyup 

trigger when keyup

## demo

<vue-tag-create 
  :limit='20' 
  :iconClass="iconClass" 
  :inline="true" 
  :placeholder="placeholder"
  @addTag="addTag"
  @removeTag="removeTag">
</vue-tag-create>
0.0.1

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago