Skip to content

Commit

Permalink
fix: fix ansi up import member
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Oct 30, 2023
1 parent cb78a4d commit 2966f1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/result-table/Load.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<script setup lang="ts">
import AnsiUp from "ansi_up";
import { AnsiUp } from "ansi_up";
import type { Results } from "@/types/results";
defineProps<{ result: Results[keyof Results]; dense?: boolean }>();
const ansi_up = new AnsiUp();
</script>

Expand Down

0 comments on commit 2966f1f

Please sign in to comment.