1.1.2 • Published 6 years ago

st-vue-ui v1.1.2

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

st-vue-ui

install

npm install st-vue-ui --save

use

// main.js
import StVueUi from 'st-vue-ui'
Vue.use(StVueUi)
// 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.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago