mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
add class test
This commit is contained in:
parent
bfe56bbda4
commit
9d868f7466
1
test/data/rt-class.rt
Normal file
1
test/data/rt-class.rt
Normal file
@ -0,0 +1 @@
|
||||
<div rt-class="{'a': true, b: false, c: 1, 'd-e': true}"></div>
|
1
test/data/rt-class.rt.html
Normal file
1
test/data/rt-class.rt.html
Normal file
@ -0,0 +1 @@
|
||||
<div class="a c d-e"></div>
|
Loading…
x
Reference in New Issue
Block a user