1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

rename target attribute to output

This commit is contained in:
Fabio Pliger
2022-04-18 18:56:49 -05:00
parent 00b571d3df
commit 4ba90a9250
4 changed files with 16 additions and 16 deletions

View File

@@ -21,7 +21,7 @@
<body>
<py-box widths="2/3;1/3">
<py-repl id="my-repl" auto-generate="true" target="output"> </py-repl>
<py-repl id="my-repl" auto-generate="true" output="output"> </py-repl>
<div id="output"></div>
</py-box>
</body>