[FIX] examples: adapt todoapp to new owl structure

This commit is contained in:
Géry Debongnie
2019-04-16 17:17:44 +02:00
parent a22dcdaddf
commit e5e6c50fff
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
const ENTER_KEY = 13;
const ESC_KEY = 27;
export class TodoItem extends owl.core.Component {
export class TodoItem extends owl.Component {
template = "todoitem";
state = { isEditing: false };