mirror of
https://github.com/EasyTier/EasyTier.git
synced 2024-11-15 19:22:30 +08:00
🌈 style: lint
This commit is contained in:
parent
a6b8f2023c
commit
189a073f05
9
easytier-gui/src/vite-env.d.ts
vendored
9
easytier-gui/src/vite-env.d.ts
vendored
|
@ -1,7 +1,8 @@
|
|||
/// <reference types="vite/client" />
|
||||
|
||||
declare module "*.vue" {
|
||||
import type { DefineComponent } from "vue";
|
||||
const component: DefineComponent<{}, {}, any>;
|
||||
export default component;
|
||||
declare module '*.vue' {
|
||||
import type { DefineComponent } from 'vue'
|
||||
|
||||
const component: DefineComponent<object, object, any>
|
||||
export default component
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user