From b25ceb4201bce806dc129f24c2d98fd2ff0392d1 Mon Sep 17 00:00:00 2001
From: Vben <anncwb@126.com>
Date: 星期六, 27 三月 2021 00:04:36 +0800
Subject: [PATCH] fix(echart): legend not work

---
 types/global.d.ts |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/types/global.d.ts b/types/global.d.ts
index 2f43d81..83f81e4 100644
--- a/types/global.d.ts
+++ b/types/global.d.ts
@@ -1,15 +1,14 @@
 import type {
-  App,
   ComponentRenderProxy,
   VNode,
   ComponentPublicInstance,
   FunctionalComponent,
 } from 'vue';
 declare global {
-  declare interface Window {
-    // Global vue app instance
-    __APP__: App<Element>;
-  }
+  // declare interface Window {
+  // Global vue app instance
+  //   __APP__: App<Element>;
+  // }
 
   export type Writable<T> = {
     -readonly [P in keyof T]: T[P];

--
Gitblit v1.8.0