Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
euvl authored Jun 5, 2021
1 parent 964b5ae commit 3e16e13
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,19 @@ computed: {
}
```

### Programatic closing

```
const id = Date.now() // This can be any unique number
Vue.notify({
id,
text: 'This message will be removed immediately'
});
Vue.notify.close(id);
```

## FAQ

Check closed issues with `FAQ` label to get answers for most asked questions.
Expand Down

0 comments on commit 3e16e13

Please sign in to comment.