From 1d954eb6b64d7e110b456beec354ef50999efffb Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期二, 18 六月 2024 14:54:53 +0800
Subject: [PATCH] .gitignore

---
 types/global.d.ts |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/types/global.d.ts b/types/global.d.ts
index 07c689c..301c19a 100644
--- a/types/global.d.ts
+++ b/types/global.d.ts
@@ -22,6 +22,13 @@
   //   __APP__: App<Element>;
   // }
 
+  // fix FullScreen type error
+  interface Document {
+    mozFullScreenElement?: Element;
+    msFullscreenElement?: Element;
+    webkitFullscreenElement?: Element;
+  }
+
   // vue
   declare type PropType<T> = VuePropType<T>;
   declare type VueNode = VNodeChild | JSX.Element;

--
Gitblit v1.9.3