vite
This commit is contained in:
parent
340d908fbe
commit
bb7f15366c
|
@ -0,0 +1,18 @@
|
|||
/* eslint-disable */
|
||||
/* prettier-ignore */
|
||||
// @ts-nocheck
|
||||
// Generated by unplugin-vue-components
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
export {}
|
||||
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
CheckIcon: typeof import('./src/components/CheckIcon.vue')['default']
|
||||
Database: typeof import('./src/components/Database.vue')['default']
|
||||
IMdiCheck: typeof import('~icons/mdi/check')['default']
|
||||
IMdiClose: typeof import('~icons/mdi/close')['default']
|
||||
IMdiReload: typeof import('~icons/mdi/reload')['default']
|
||||
Terminal: typeof import('./src/components/Terminal.vue')['default']
|
||||
Turnslite: typeof import('./src/components/Turnslite.vue')['default']
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
/// <reference types="vite/client" />
|
Loading…
Reference in New Issue