Skip to content

Commit cd9cdb3

Browse files
committed
fix: update action param to name
1 parent 2e45861 commit cd9cdb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ observer.init({
126126
});
127127

128128
action.init({
129-
action: "showHide",
129+
name: "showHide",
130130
endEvent: "showHide",
131131
callback: (btn, data) => {
132132
clickShowHideEle(btn);

0 commit comments

Comments
 (0)