|
@@ -0,0 +1,13 @@
|
|
|
|
+/* eslint-disable */
|
|
|
|
+// @ts-nocheck
|
|
|
|
+// Generated by unplugin-vue-components
|
|
|
|
+// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
+export {}
|
|
|
|
+
|
|
|
|
+/* prettier-ignore */
|
|
|
|
+declare module 'vue' {
|
|
|
|
+ export interface GlobalComponents {
|
|
|
|
+ RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
+ RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
+ }
|
|
|
|
+}
|