mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 15:26:15 -04:00
refactor: clean imports
This commit is contained in:
parent
d066319b45
commit
724e142222
4 changed files with 5 additions and 14 deletions
|
@ -18,10 +18,8 @@
|
|||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { useVModel } from '@vueuse/core'
|
||||
import { useVModel, useClipboard } from '@vueuse/core'
|
||||
import { ContentCopyFilled } from '@vicons/material'
|
||||
|
||||
import { useClipboard } from '@vueuse/core';
|
||||
import { ref } from 'vue';
|
||||
|
||||
const props = defineProps<{ value: string, }>()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue