mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-07 14:57: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>
|
<template>
|
||||||
<c-card w-full important:flex-1 important:pa-0>
|
<c-card w-full important:flex-1 important:pa-1>
|
||||||
<c-diff-editor />
|
<CDiffEditor />
|
||||||
</c-card>
|
</c-card>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue