We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2753b2 commit 589c2cdCopy full SHA for 589c2cd
dev/dev/components.d.ts
@@ -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