Skip to content

Commit 63e7559

Browse files
author
Thomas Leconte
committed
Update README.md
1 parent 98ba6a9 commit 63e7559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ this.$dialog.create({
5959
})
6060
```
6161
<br>
62-
<hr>
6362

64-
#### **NEW (V1.4.0)**
63+
#### Custom dialog inner component
6564
You can pass a custom component to render inside the dialog, with it props binded! Here's how to do it :
6665
```js
6766
this.$dialog.create({
@@ -110,6 +109,7 @@ You can create a fully personalized snackbar with the following method :
110109
//message, timeout, level, variant, rounded, position
111110
this.$notify.create({
112111
text: "My snackbar message",
112+
htmlContent: "<b>My snackbar message</b>", // optional (included in 1.5.3)
113113
level: 'success',
114114
location: 'top right',
115115
notifyOptions: {

0 commit comments

Comments
 (0)