From 13356bc9cc1e33869b7224b1399e97f095db816e Mon Sep 17 00:00:00 2001 From: Yaroslav Savaryn <yariksav@gmail.com> Date: Fri, 7 Dec 2018 19:21:35 +0200 Subject: [PATCH] fix type --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 960b565..da398b8 100644 --- a/README.md +++ b/README.md @@ -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