ui-vue-to
v0.0.4
Published
npm i ui-vue-to --save
Downloads
3
Readme
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