Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaojianli committed Nov 9, 2024
1 parent 8fa69b9 commit fe9168a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webui/src/components/copier.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
</AsyncMethod>
</template>
<script setup lang="ts">
import copy from 'copy-to-clipboard';
import { useI18n } from 'vue-i18n';
import AsyncMethod from './asyncMethod.vue';
import copy from 'copy-to-clipboard'
import { useI18n } from 'vue-i18n'
import AsyncMethod from './asyncMethod.vue'
const { t } = useI18n()
const { text } = defineProps<{
text: string
Expand Down

0 comments on commit fe9168a

Please sign in to comment.