mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-11-09 06:28:59 +08:00
refactor: improve import statements
This commit is contained in:
@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user