mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Marko v3: nested attrs will not be supported
This commit is contained in:
parent
40829f9015
commit
eae3933825
@ -1 +0,0 @@
|
||||
<span title="Popover Title" data-content="Popover Content">Link Text</span><div class="tab-active" align="center"></div><div title=" red! green! blue! "></div>
|
||||
@ -1,19 +0,0 @@
|
||||
<var name="active" value="data.active"/>
|
||||
|
||||
<test-popover>
|
||||
<attr name="title">Popover Title</attr>
|
||||
<attr name="content">Popover Content</attr>
|
||||
|
||||
Link Text
|
||||
</test-popover>
|
||||
|
||||
<div>
|
||||
<attr name="class" value="{?active;tab-active}"/>
|
||||
<attr name="align">center</attr>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<attr name="title">
|
||||
<for each="color in ['red', 'green', 'blue']"> $color! </for>
|
||||
</attr>
|
||||
</div>
|
||||
@ -1,3 +0,0 @@
|
||||
exports.templateData = {
|
||||
"active": true
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user