enhance(client): tweak ui
This commit is contained in:
parent
e159f15600
commit
616b18a9e5
21 changed files with 393 additions and 323 deletions
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>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue