Skip to content

Commit 589c2cd

Browse files
committed
build: switch to unjs/unbuild
1 parent b2753b2 commit 589c2cd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

dev/dev/components.d.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/* eslint-disable */
2+
/* prettier-ignore */
3+
// @ts-nocheck
4+
// Generated by unplugin-vue-components
5+
// Read more: https://github.com/vuejs/core/pull/3399
6+
export {}
7+
8+
declare module 'vue' {
9+
export interface GlobalComponents {
10+
RouterLink: typeof import('vue-router')['RouterLink']
11+
RouterView: typeof import('vue-router')['RouterView']
12+
}
13+
}

0 commit comments

Comments
 (0)