mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-06 22:37:12 -04:00
feat(text-diff) fix module not loading
This commit is contained in:
parent
5732483fc2
commit
87b3e568ae
1 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
<script setup lang="ts">
|
||||
import CDiffEditor from '@/ui/c-diff-editor/c-diff-editor.vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<c-card w-full important:flex-1 important:pa-0>
|
||||
<c-diff-editor />
|
||||
<c-card w-full important:flex-1 important:pa-1>
|
||||
<CDiffEditor />
|
||||
</c-card>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue