File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 5.11.1
2
+
3
+ ### Added
4
+
5
+ - ` word-break ` property to Notification message
6
+
1
7
## 5.11.0
2
8
3
9
### Added
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ See demo at [https://detools-vue-form.netlify.com](https://detools-vue-form.netl
82
82
83
83
## Changelog
84
84
85
+ - [ 5.11.1] ( /CHANGELOG.md#5111 )
85
86
- [ 5.11.0] ( /CHANGELOG.md#5110 )
86
87
- [ 5.10.8] ( /CHANGELOG.md#5108 )
87
88
- [ 5.10.7] ( /CHANGELOG.md#5107 )
Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ import Notification from 'element-ui/lib/notification'
6
6
export default new Vue ( {
7
7
methods : {
8
8
renderMessage ( message ) {
9
- return < div style = "text-align: left; white-space: pre-line" > { message } </ div >
9
+ return (
10
+ < div style = "text-align: left; white-space: pre-line; word-break: break-word;" >
11
+ { message }
12
+ </ div >
13
+ )
10
14
} ,
11
15
12
16
getHandler ( type , message , title ) {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @detools/vue-form" ,
3
- "version" : " 5.11.0 " ,
3
+ "version" : " 5.11.1 " ,
4
4
"description" : " Form State Management for VueJS" ,
5
5
"main" : " VueForm/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments