omi/example/todo/main.js

3 lines
90 B
JavaScript

import Todo from './todo.js';
Omi.render( new Todo({ items: [] ,text : '' }),'#test');