## Tag ### Install ``` javascript import { Tag } from 'vant'; Vue.use(Tag); ``` ### Usage #### Basic Usage ```html Tag Tag Tag Tag ``` #### Plain style ```html Tag Tag Tag Tag ``` #### Round style ```html Tag Tag Tag Tag ``` #### Mark style ```html Tag Tag Tag Tag ``` #### Custom Color ```html Tag Tag Tag Tag ``` ### API | Attribute | Description | Type | Default | |-----------|-----------|-----------|-------------| | type | Type, can be set to `primary` `success` `danger` | `String` | `''`| | plain | Whether to be plain style | `Boolean` | `false` | | round | Whether to be round style | `Boolean` | `false` | | mark | Wtether to be mark style | `Boolean` | `false` | ### Slot | name | Description | |-----------|-----------| | - | Default slot |