refactor: improve import statements

This commit is contained in:
Justineo
2024-06-29 00:18:12 +08:00
committed by GU Yiling
parent 7e5c06225c
commit da0109b07a
6 changed files with 31 additions and 33 deletions

View File

@ -1,12 +1,7 @@
import { unwrapInjected } from "../utils";
import {
inject,
computed,
watchEffect,
type Ref,
type InjectionKey,
type PropType
} from "vue-demi";
import { inject, computed, watchEffect } from "vue-demi";
import type { Ref, InjectionKey, PropType } from "vue-demi";
import type { EChartsType, LoadingOptions } from "../types";
export const LOADING_OPTIONS_KEY =