dispatch ui events

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent ee5727a5f8
commit 4e1525a05e
3 changed files with 17 additions and 2 deletions

View File

@@ -28,5 +28,6 @@
});
window.$c = component;
component.addEventListener('finish', () => console.log('finish'));
// component.addEventListener('ui-update-progress', console.log);
</script>
</html>