walle.io-ui
v0.1.4
Published
## Project setup
Downloads
7
Readme
walle.io-ui
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles 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;"// 按钮样式
}