Skip to content

Commit 926ebe1

Browse files
author
甄帅
committed
Update README.md
1 parent f6268b0 commit 926ebe1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ $wtNotifyProvider.config({
2323
// 插件参数设置
2424
$wtNotify.notify({
2525
title: '桌面通知',
26-
body : 'Hey, 我在这里!'
26+
body : 'Hey, 我在这里!',
27+
notifyClick: function (){
28+
console.log('通知点击事件')
29+
}
2730
});
2831
```
2932

0 commit comments

Comments
 (0)