pull/2722/head
mertsincan 2022-06-24 18:26:51 +01:00
parent c3204e9200
commit 7bc41a4639
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ export default {
inline() {
return this.disabled || this.appendTo === 'self';
},
isClient () {
return DomHandler.isClient()
isClient() {
return DomHandler.isClient();
}
}
}