1.1.2 • Published 5 years ago

st-vue-ui v1.1.2

Weekly downloads
1
License
MIT
Repository
-
Last release
5 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

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago