平台兼容性

属性 说明 类型 默认值
content 内容 String -
type 内置的类型,可选值为 success、warning、error String success
duration 持续时间,单位毫秒 Number 2500
handleShow 事件 Event -
handleHide 事件 Event -
<template>
  <view class="app">
    <view @click="showMessage"></view>
    <min-message ref="msg"></min-message>
  </view>
</template>

<script>
import minMessage from '@/components/min-message/min-message'
export default {
  components: {
    minMessage
  },
  methods: {
    showMessage () {
      this.$refs.msg.handleShow({
        content: 'hello hello hello'
      })
    }
  }
}
</script>

隐私、权限声明

1. 本插件需要申请的系统权限列表:

2. 本插件采集的数据、发送的服务器地址、以及数据用途说明:

3. 本插件是否包含广告,如包含需详细说明广告表达方式、展示频率:

许可协议

MIT协议

暂无用户评论。

使用中有什么不明白的地方,就向插件作者提问吧~ 我要提问