update Tooltip maxWidth prop type
This commit is contained in:
parent
6b498dd1a4
commit
953d02c723
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@
|
|||
default: 'dark'
|
||||
},
|
||||
maxWidth: {
|
||||
type: Number
|
||||
type: [String, Number]
|
||||
}
|
||||
},
|
||||
data () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue