1.0.7 • Published 6 years ago

@mnui/msg v1.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Msg 提示页

说明

基于微信小程序第三方框架wepyjs开发,使用需要先安装wepyjs

使用

安装组件

npm install @mnui/msg --save

引入组件

// index.wpy
<template>
  <msg props="{{props}}"></msg>
</template>

<script>
import wepy from 'wepy'
import msg from '@mnui/msg'

export default class Index extends wepy.page {
  components = {
    msg
  }


}
</script>

props参数

iconObjObject

icon样式,默认为{ type: 'success', size: '100', color: '' }

textStirng

说明文字

btnObjObject

按钮样式,默认为{ show: true, text: '完成', style: '', callback: null }

1.0.7

6 years ago

1.0.6

6 years ago

1.0.4

6 years ago