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;