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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user