Fix build
This commit is contained in:
@@ -135,7 +135,9 @@ export default {
|
||||
return result;
|
||||
},
|
||||
contentHeight() {
|
||||
return window.innerHeight - 128;
|
||||
if (process.isClient) {
|
||||
return window.innerHeight - 128;
|
||||
}
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
|
||||
Reference in New Issue
Block a user