Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
fe6805c5f4f8ecb1908eaceb4990993ad9af2091
Authored by
ww
2023-06-09 11:09:01 +0800
1 parent
267f30b0
chore: 增加类型声明
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
types/module.d.ts
types/module.d.ts
View file @
fe6805c
1
+
/// <reference types="vite/client" />
2
+
1
3
declare module '*.vue' {
2
4
import { DefineComponent } from 'vue';
3
5
const Component: DefineComponent<{}, {}, any>;
...
...