Skip to content

Add vuetify3 example #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add example on with vuetify3 example
  • Loading branch information
AMontagu committed Dec 17, 2024
commit 0f060a0fc1396f9931a9204ae948f0d91299e949
17 changes: 17 additions & 0 deletions vue3-example/components.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/* 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 {
BaseOrdering: typeof import('./src/components/BaseOrdering.vue')['default']
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SimpleDatatable: typeof import('./src/components/SimpleDatatable.vue')['default']
VuetifyDatatable: typeof import('./src/components/VuetifyDatatable.vue')['default']
}
}