Skip to content

Commit

Permalink
chore(client): remove useless global definition
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Aug 18, 2024
1 parent 85af10b commit 7e1d3b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/client/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ declare const __VUEPRESS_BASE__: string
declare const __VUEPRESS_DEV__: boolean
declare const __VUEPRESS_SSR__: boolean
declare const __VUE_HMR_RUNTIME__: Record<string, unknown>
declare const __VUE_OPTIONS_API__: boolean
declare const __VUE_PROD_DEVTOOLS__: boolean

0 comments on commit 7e1d3b8

Please sign in to comment.