Fix Vue typing

This commit is contained in:
the1812 2024-10-20 10:45:29 +08:00
parent ecb93e149e
commit 710e6bec56

1
src/global.d.ts vendored
View File

@ -8,6 +8,7 @@ declare global {
const lodash: LoDashStatic
const Vue: typeof import('vue/types/umd')
type Vue = import('vue/types/umd')
type EnumEventTarget<EventTypes extends string> = EventTarget & {
addEventListener(