fix(dependency) Replace @vicons/tabler with @tabler/icons-vue

This commit is contained in:
chadmin 2024-10-27 10:54:45 -07:00
parent 0b1b98f93e
commit b77138181a
118 changed files with 295 additions and 312 deletions

View file

@ -1,4 +1,5 @@
<script setup lang="ts">
import { IconCopy } from '@tabler/icons-vue';
import { useObfuscateString } from './string-obfuscator.model';
import { useCopy } from '@/composable/copy';
@ -40,7 +41,7 @@ const { copy } = useCopy({ source: obfuscatedString });
</div>
<c-button @click="copy()">
<icon-mdi:content-copy />
<IconCopy size="18" />
</c-button>
</c-card>
</div>