mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-22 00:16:47 +08:00
Merge branch 'main' into example
This commit is contained in:
@@ -210,6 +210,10 @@ export function useEcharts<T extends ECOption>(optionsFactory: () => T, hooks: C
|
||||
|
||||
// render chart
|
||||
await render();
|
||||
|
||||
if (chart) {
|
||||
await onUpdated?.(chart);
|
||||
}
|
||||
}
|
||||
|
||||
scope.run(() => {
|
||||
|
||||
Reference in New Issue
Block a user