This commit is contained in:
@@ -10,8 +10,7 @@ import * as Highcharts from 'highcharts'
|
||||
import 'highcharts/css/highcharts.scss'
|
||||
import Loader from '@/components/Loader.vue'
|
||||
import { capitalizeFirstLetter } from '@/utils/helpers'
|
||||
import type { Window } from '@/utils/types'
|
||||
import type { navType } from '@/utils/types'
|
||||
import type { Window, NavType } from '@/utils/types'
|
||||
import { typeApi } from '@/utils/types'
|
||||
import { useFetch } from '@vueuse/core'
|
||||
|
||||
@@ -23,7 +22,7 @@ Highcharts.setOptions({
|
||||
|
||||
const props = defineProps<{
|
||||
activeWindow: Window
|
||||
activeType: navType | null
|
||||
activeType: NavType | undefined
|
||||
}>()
|
||||
|
||||
const chart = ref<HTMLElement | null>(null)
|
||||
|
||||
Reference in New Issue
Block a user