enhance(client): tweak ui
This commit is contained in:
2
packages/client/@types/vue.d.ts
vendored
2
packages/client/@types/vue.d.ts
vendored
@ -1,3 +1,5 @@
|
||||
/// <reference types="vue/macros-global" />
|
||||
|
||||
declare module '*.vue' {
|
||||
import type { DefineComponent } from 'vue';
|
||||
const component: DefineComponent<{}, {}, any>;
|
||||
|
Reference in New Issue
Block a user