EOS Low-Code Platform 8 EOS Low-Code Platform 8
产品简介
安装部署
应用开发
专题场景实战案例
低代码(Low-Code)开发参考手册
高开开发参考手册
流程开发参考手册
AFCenter 使用指南
Governor 使用指南
升级手册
FAQ
8.3.2更新说明
  • PmClipButton
  • 基础用法
  • slot
  • Attributes

# PmClipButton

# 基础用法

img-clip-button-01.png
<template>
  <pm-clip-button data="copy"></pm-clip-button>
</template>

# slot

img-clip-button-02.png
<template>
  <pm-clip-button data="copy">
    <el-button>点击复制</el-button>
  </pm-clip-button>
</template>

:::tip 需要安装 clipboard 包 npm install clipboard --save :::

# Attributes

参数 说明 类型 可选值 默认值
data 需要被复制的数据 string - -

← 收缩侧边栏 SQL →