feat(text-diff) fix module not loading
This commit is contained in:
parent
5732483fc2
commit
87b3e568ae
@ -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…
Reference in New Issue
Block a user