Skip to content

Commit

Permalink
Update shims-vue.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin committed May 15, 2021
1 parent d075b94 commit 5edda51
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/shims-vue.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
declare module "*.vue" {
import Vue from "vue";
export default Vue;
/* eslint-disable */
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}

0 comments on commit 5edda51

Please sign in to comment.