mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-15 11:55:49 +08:00
fix: typo in type file
This commit is contained in:
@ -21,4 +21,4 @@ export interface UpdateOptions {
|
||||
replaceMerge?: any;
|
||||
transition?: any;
|
||||
}
|
||||
export type UpdateOptionsInjection = UpdateOptions | null | Ref<UpdateOptions null>;
|
||||
export type UpdateOptionsInjection = UpdateOptions | null | Ref<UpdateOptions | null>;
|
||||
|
Reference in New Issue
Block a user