mirror of
https://github.com/EasyTier/EasyTier.git
synced 2024-11-16 11:42:27 +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" />
|
/// <reference types="vite/client" />
|
||||||
|
|
||||||
declare module "*.vue" {
|
declare module '*.vue' {
|
||||||
import type { DefineComponent } from "vue";
|
import type { DefineComponent } from 'vue'
|
||||||
const component: DefineComponent<{}, {}, any>;
|
|
||||||
export default component;
|
const component: DefineComponent<object, object, any>
|
||||||
|
export default component
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user