0.0.4 • Published 2 years ago

ui-vue-to v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

ui-vue-to组件库

toast组件

npm i ui-vue-to --save

// 修改main.js

import yvUi from 'ui-vue-to';
import 'ui-vue-to/dist/ui-vue-to.css'
Vue.use(yvUi)

//使用

mounted(){
    this.$toast({msg:'Hello'})
}

button组件

<to-button type='default'>文字</to-button>

type 类型

'default' //primary / success / warning / danger / info

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago