We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21cc4e5 commit 0f060a0Copy full SHA for 0f060a0
vue3-example/components.d.ts
@@ -0,0 +1,17 @@
1
+/* eslint-disable */
2
+// @ts-nocheck
3
+// Generated by unplugin-vue-components
4
+// Read more: https://github.com/vuejs/core/pull/3399
5
+export {}
6
+
7
+/* prettier-ignore */
8
+declare module 'vue' {
9
+ export interface GlobalComponents {
10
+ BaseOrdering: typeof import('./src/components/BaseOrdering.vue')['default']
11
+ HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
12
+ RouterLink: typeof import('vue-router')['RouterLink']
13
+ RouterView: typeof import('vue-router')['RouterView']
14
+ SimpleDatatable: typeof import('./src/components/SimpleDatatable.vue')['default']
15
+ VuetifyDatatable: typeof import('./src/components/VuetifyDatatable.vue')['default']
16
+ }
17
+}
0 commit comments