# Copy 复制 3.1.52
点击复制
注意
需要uview-plus版本v3.1.52以上版本
# 使用场景
- 点击页面元素复制文字到剪切板
# 平台差异说明
App(vue) | App(nvue) | H5 | 小程序 |
---|---|---|---|
√ | √ | √ | √ |
# 基本使用
- 通过
content
设置要复制的文字内容 - 通过
alertStyle
设置提示样式
<template>
<view>
<up-copy content="uview-plus is great !">
<text>点击复制</text>
</up-copy>
<up-copy content="uview-plus is great !">
<up-button type="primary">点击复制</up-button>
</up-copy>
</view>
</template>
# 右侧演示页面源代码地址
# API
# Props
参数 | 说明 | 类型 | 默认值 | 可选值 |
---|---|---|---|---|
content | 待复制文字内容 | String | - | |
alertStyle | 提示样式 | String | toast | modal |
notice | 提示消息 | String | 复制成功 |
# Events
事件名 | 说明 | 回调参数 |
---|---|---|
success | 复制成功 |