mirror of
https://github.com/pyscript/pyscript.git
synced 2026-03-20 13:00:19 -04:00
[next] Dispatch ready event for the custom py type (#1694)
This commit is contained in:
committed by
GitHub
parent
f376097a15
commit
7994207c78
@@ -4,6 +4,9 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>PyScript Next</title>
|
||||
<script>
|
||||
addEventListener("py:ready", console.log);
|
||||
</script>
|
||||
<link rel="stylesheet" href="../dist/core.css">
|
||||
<script type="module" src="../dist/core.js"></script>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user