This website requires JavaScript.
Explore
Help
Sign In
DataType
/
omi
Watch
1
Star
0
Fork
You've already forked omi
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
71476c2c23
omi
/
example
/
todo
/
main.js
3 lines
90 B
JavaScript
Raw
Blame
History
import
Todo
from
'./todo.js'
;
Omi
.
render
(
new
Todo
(
{
items
:
[
]
,
text
:
''
}
)
,
'#test'
)
;
Reference in New Issue
View Git Blame
Copy Permalink