1.2.0 • Published 4 years ago

stom-vue-ui v1.2.0

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

st-vue-ui

install

npm install st-vue-ui --save

use

// main.js
import TomButton from 'st-vue-ui'
Vue.use(TomButton)
// app.vue
<div class="home">
    <tom-button size="medium" type="primary" disabled @click="handleClick">按钮</tom-button>
</div>

Attributes

参数说明类型可选值默认值
size尺寸stringmedium / small / mini
type类型stringprimary / success / warning / danger / info
round是否圆角按钮booleanfalse
disabled是否禁用状态booleanfalse
1.2.0

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago