|
@@ -50,6 +50,7 @@ class TableLayout {
|
|
}
|
|
}
|
|
|
|
|
|
setHeight(value, prop = 'height') {
|
|
setHeight(value, prop = 'height') {
|
|
|
|
+ if (Vue.prototype.$isServer) return;
|
|
const el = this.table.$el;
|
|
const el = this.table.$el;
|
|
if (typeof value === 'string' && /^\d+$/.test(value)) {
|
|
if (typeof value === 'string' && /^\d+$/.test(value)) {
|
|
value = Number(value);
|
|
value = Number(value);
|