mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
test fix for #63
This commit is contained in:
parent
205546eb3c
commit
e9376d990b
3
test/data/scope-obj.rt
Normal file
3
test/data/scope-obj.rt
Normal file
@ -0,0 +1,3 @@
|
||||
<div rt-scope="{first: 'Jack', last: 'Sparrow'} as user">
|
||||
{user.first}
|
||||
</div>
|
3
test/data/scope-obj.rt.html
Normal file
3
test/data/scope-obj.rt.html
Normal file
@ -0,0 +1,3 @@
|
||||
<div>
|
||||
Jack
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user