Skip to content

Commit

Permalink
feat(vite-env.d.ts)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianci-King committed Feb 28, 2024
1 parent 5e58aa5 commit 8406923
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
/// <reference types="vite/client" />
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}

0 comments on commit 8406923

Please sign in to comment.