expose APIs as public API

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent ab3f0f0844
commit 50e2555d1e
4 changed files with 30 additions and 5 deletions

View File

@@ -26,6 +26,7 @@
autoPlay: false,
},
});
window.$c = component;
component.addEventListener('finish', () => console.log('finish'));
</script>
</html>