Skip to content

Commit

Permalink
fix: remove DebuggerEvent for vue 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 31, 2022
1 parent 82bccb7 commit 7b929a7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/v2.7/index.d.ts
Expand Up @@ -11,11 +11,6 @@ declare const install: (vue?: Vue) => void
*/
declare const V: Vue

/**
* DebuggerEvent is a Vue 3 development only feature. This type cannot exist in Vue 2.
*/
export declare type DebuggerEvent = never

// accept no generic because Vue 3 doesn't accept any
// https://github.com/vuejs/vue-next/pull/2758/
export declare type Plugin = PluginObject<any> | PluginFunction<any>
Expand Down

0 comments on commit 7b929a7

Please sign in to comment.