iot-gateway_fontend/components.d.ts
Kven 13296d4797 style:优化代码格式和缩进
- 使用 ESLint、Prettier 和 Stylelint 规则格式化代码
- 修复文件权限问题
- 优化部分组件的样式和布局
2025-02-17 22:42:51 +08:00

16 lines
391 B
TypeScript

/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {};
declare module '@vue/runtime-core' {
export interface GlobalComponents {
RouterLink: typeof import('vue-router')['RouterLink'];
RouterView: typeof import('vue-router')['RouterView'];
}
}