Skip to content

Commit 93d172e

Browse files
committed
chore: tweaks
1 parent 2e293a0 commit 93d172e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/shim.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
declare module "*.vue" {
22
import type { DefineComponent } from "vue";
3-
const component: DefineComponent<{}, {}, any>;
3+
const component: DefineComponent;
44
export default component;
55
}

0 commit comments

Comments
 (0)