Skip to content

Commit

Permalink
Merge pull request #397 from chunshand/master_selectOnClick
Browse files Browse the repository at this point in the history
change handelClose to close
  • Loading branch information
Tyh2001 authored May 15, 2023
2 parents da4f902 + e377ff4 commit d4a6cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fighting-design/option/src/option.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
/** 执行父组件的设置方法 */
parentInject && run(parentInject.setValue, newLabel, newValue, evt)
/** 点击之后关闭 */
triggerInject && run(triggerInject.handelClose)
triggerInject && run(triggerInject.close)
}
</script>

Expand Down

0 comments on commit d4a6cb0

Please sign in to comment.