mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix Vue typing
This commit is contained in:
parent
ecb93e149e
commit
710e6bec56
1
src/global.d.ts
vendored
1
src/global.d.ts
vendored
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user