Cosmetic
parent
c3204e9200
commit
7bc41a4639
|
@ -26,8 +26,8 @@ export default {
|
|||
inline() {
|
||||
return this.disabled || this.appendTo === 'self';
|
||||
},
|
||||
isClient () {
|
||||
return DomHandler.isClient()
|
||||
isClient() {
|
||||
return DomHandler.isClient();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue