Skip to content

Commit ba4b889

Browse files
committed
use idom.Import in example from docs
1 parent a64f467 commit ba4b889

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/py/docs/source/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ Import Javascript
406406

407407
.. code-block::
408408
409-
antd = idom.Package("https://dev.jspm.io/antd")
409+
antd = idom.Import("https://dev.jspm.io/antd")
410410
411411
@idom.element
412412
async def AntDatePicker(self):

0 commit comments

Comments
 (0)