1.0.7 • Published 6 years ago

@mnui/copyright v1.0.7

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

Copyright 版权信息

说明

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

使用

安装组件

npm install @mnui/copyright --save

引入组件

// index.wpy
<template>
  <copyright :textStyle="textStyle"></copyright>
</template>

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

export default class Index extends wepy.page {
  components = {
    copyright
  }
  data = {
    textStyle: {
      color: 'red'
    }
  }
}
</script>

props参数

textString

文字,默认:由奇点云提供技术支持

textStyleObject

文字样式

logoString

logo地址,默认:https://static.excaliburhan.com/xpmnui/copyright-logo.png

logoStyleObject

logo样式

1.0.7

6 years ago

1.0.6

6 years ago

1.0.4

6 years ago