Skip to content

Commit bcf8fbb

Browse files
committed
fix: pass attributes renamed to state
1 parent 7e83469 commit bcf8fbb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demo/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
<div class="avatar-wrapper margin:5px_0px margin-right:10px">
2626
<a
2727
class="avatar round"
28-
actions="pass, openModal"
28+
actions="state, openModal"
2929
modal-src="render.html"
30-
pass-array="modules"
31-
pass-object="5dd010bccbc25f0cdb1a4d9f"
32-
pass_to="render"
30+
state-array="modules"
31+
state-object="5dd010bccbc25f0cdb1a4d9f"
32+
state_to="render"
3333
modal-width="300px"
3434
modal-height="375px"
3535
modal-color="#229954">

0 commit comments

Comments
 (0)