Merge remote-tracking branch 'soybeanjs/main'

# Conflicts:
#	README.en_US.md
#	README.md
This commit is contained in:
xlsea
2025-05-10 11:23:59 +08:00
4 changed files with 10 additions and 5 deletions

View File

@ -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(() => {