Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Dec 15, 2020
1 parent 102f8ab commit 03dc107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ImJoyEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
href="#"
v-for="item in elm.items"
:style="item.style"
@click="item.callback(item, code)"
@click="item.callback(code)"
:key="item.label"
>
{{ item.label }}
Expand Down

0 comments on commit 03dc107

Please sign in to comment.