mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-08 05:08:03 +00:00
fix(echart): legend not work
This commit is contained in:
9
types/global.d.ts
vendored
9
types/global.d.ts
vendored
@@ -1,15 +1,14 @@
|
||||
import type {
|
||||
App,
|
||||
ComponentRenderProxy,
|
||||
VNode,
|
||||
ComponentPublicInstance,
|
||||
FunctionalComponent,
|
||||
} from 'vue';
|
||||
declare global {
|
||||
declare interface Window {
|
||||
// Global vue app instance
|
||||
__APP__: App<Element>;
|
||||
}
|
||||
// declare interface Window {
|
||||
// Global vue app instance
|
||||
// __APP__: App<Element>;
|
||||
// }
|
||||
|
||||
export type Writable<T> = {
|
||||
-readonly [P in keyof T]: T[P];
|
||||
|
Reference in New Issue
Block a user