0.1.4 • Published 4 years ago

walle.io-ui v0.1.4

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

walle.io-ui

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

自定义组件

comfirm-modal

 {
    showModal: true,// 是否显示
    message: 'xxxxx',// 提示信息
    cancelText: '取消',// 取消按钮
    confirmText: '保存',// 确认按钮
    centerStyle: "color:red;font-size: 12px;",// 显示样式
    btnStyle: "font-size: 14px;color: green;"// 按钮样式
 }
0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago