Skip to content

Commit

Permalink
Remove default Vue export from TypeScript types
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt committed Jan 23, 2023
1 parent 48d5d36 commit 40824fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/// <reference types="vite/client" />

declare module 'vue' {
import { CompatVue } from '@vue/runtime-dom'
const Vue: CompatVue
export default Vue
export * from '@vue/runtime-dom'
const { configureCompat } = Vue
export { configureCompat }
Expand Down

0 comments on commit 40824fa

Please sign in to comment.