This commit is contained in:
2025-08-25 13:32:14 +08:00
parent df84619503
commit 80dd42585e
22 changed files with 3214 additions and 54 deletions

15
components.d.ts vendored Normal file
View File

@@ -0,0 +1,15 @@
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TrafficLight: typeof import('./src/components/TrafficLight.vue')['default']
}
}