fix indentation
This commit is contained in:
parent
a31c432f5e
commit
0a8470b4e1
|
@ -8,4 +8,4 @@ export tag List
|
||||||
def render
|
def render
|
||||||
<self>
|
<self>
|
||||||
<ul> for item in list
|
<ul> for item in list
|
||||||
<li .{item:completed} :tap.completeItem(item)> item:title
|
<li .completed=(item:completed) :tap.completeItem(item)> item:title
|
||||||
|
|
Loading…
Reference in New Issue