每页页面的底部

# 基础用法

<template>
  <qinui-copyright
    image="https://dz-cdn.test.fanzhi.cn/material/c/image/common/btm-copyright.png"
    content="番知技术支持"
    webviewPageUrl="https://www.fanzhi.cn"
  />
</template>

# 只有图片

如果没有 content 自动触发只有图片模式。

<template>
  <qinui-copyright
    image="https://cdn.test.fanzhi.cn/material/trip-c/image/btm-copyright.png"
    imageWidth="686rpx"
    webviewPageUrl="https://www.fanzhi.cn"
  />
</template>

# API


# Props

参数 说明 类型 默认值 可选值 全局配置
image 图片地址 String - - 支持
imageWidth 图片宽度 String 32rpx - 支持
content 右侧文案。如果没有 content 自动触发只有图片模式。 String - - 支持
webviewPageName webview 的路由名字 String Webview - 支持
webviewPageUrl webview 的页面地址 String - - 支持
useStore 是否使用 store Boolean true
diyStyle 自定义外部样式,如:设置边框等样式 String - - 支持

# Events

事件名 说明 回调参数
@click 点击触发 -