Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
yariksav committed Dec 7, 2018
1 parent 7ee4135 commit 13356bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ Props:
- timeoot: timer to hide message. Default 5000. If set to 0 - message will not closes automatically
- actions: - see below
``` javascript
this.$dialog.message.{{type}}('{{text}}, {
position: '{{position}}'
this.$dialog.message.info('Test', {
position: 'top-left'
})
```
### Actions
Expand Down

0 comments on commit 13356bc

Please sign in to comment.