EOS Low-Code Platform 8 EOS Low-Code Platform 8
产品简介
学习指南
更新说明
安装与集成
初见EOS
低代码开发手册
专业代码开发手册
专题场景实战
公共服务框架
应用运行治理
升级手册
常见问题
  • 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 →