Skip to content

Commit 0f060a0

Browse files
committed
add example on with vuetify3 example
1 parent 21cc4e5 commit 0f060a0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

vue3-example/components.d.ts

+17
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)