mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-27 01:56:15 -04:00
fix(import): removed auto added weird .js extension
This commit is contained in:
parent
cc717bc87e
commit
fda0b0ca25
2 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@
|
|||
<script setup lang="ts">
|
||||
import TextareaCopyable from '@/components/TextareaCopyable.vue';
|
||||
import { useCopy } from '@/composable/copy';
|
||||
import { useDownloadFileFromBase64 } from '@/composable/downloadBase64.js';
|
||||
import { useDownloadFileFromBase64 } from '@/composable/downloadBase64';
|
||||
import { computed, ref } from 'vue';
|
||||
|
||||
const width = ref(600);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue