mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-16 04:31:22 +08:00
chore: move to pnpm and refine build
This commit is contained in:
@ -19,6 +19,7 @@ const METHOD_NAMES = [
|
||||
"isDisposed",
|
||||
"dispose"
|
||||
] as const;
|
||||
|
||||
type MethodName = typeof METHOD_NAMES[number];
|
||||
|
||||
type PublicMethods = Pick<EChartsType, MethodName>;
|
||||
|
Reference in New Issue
Block a user