mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Switch new display to Vue
This commit is contained in:
19
WebDisplay/components.d.ts
vendored
Normal file
19
WebDisplay/components.d.ts
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
/* 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 {
|
||||
Almanac: typeof import('./src/components/Almanac.vue')['default']
|
||||
CurrentLaundryStatus: typeof import('./src/components/CurrentLaundryStatus.vue')['default']
|
||||
CurrentPower: typeof import('./src/components/CurrentPower.vue')['default']
|
||||
CurrentWeather: typeof import('./src/components/CurrentWeather.vue')['default']
|
||||
DashboardItem: typeof import('./src/components/DashboardItem.vue')['default']
|
||||
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user