Skip to content

Clipboard 剪贴板组件

剪贴板组件,剪贴板读写操作。

基础用法

vue
<template>
  <parrot-clipboard />
</template>

API

Props

属性类型默认值说明
textstring''要复制的文本

Slots

插槽说明
default默认内容

Released under the MIT License.