fix: update file name

This commit is contained in:
Qiuxia Fan 2022-02-26 21:51:36 +08:00
parent 7991147bad
commit 41a9e26f04

View File

@ -29,7 +29,7 @@ limitations under the License. -->
<script lang="ts" setup>
import { ref, watch, onMounted } from "vue";
import type { PropType } from "vue";
import TableContainer from "./table/TableContainer.vue";
import TableContainer from "./Table/TableContainer.vue";
import traceTable from "../utils/trace-table";
import { StatisticsSpan, Span, StatisticsGroupRef } from "@/types/trace";