wt-copy-action.vue
Specs
Props
| Name | Required | Types | Default | Description | Example | Deprecated |
|---|---|---|---|---|---|---|
value |
string |
- | Value to be copied | |||
tooltips |
Object |
{} |
Value for tooltips before/after copying. Should have "copy" and "copied" properties |
Example Copy Action
Code
vue
<script setup></script>
<template>
<wt-copy-action value="Copied from WtCopyAction" />
</template>
<style scoped lang="scss"></style>