fixed
parent
b7ef8cbac7
commit
f18a8e9804
|
@ -88,7 +88,7 @@ export default class Table {
|
|||
}
|
||||
|
||||
mounted() {
|
||||
var tds = Array.from(this.children[0]?.children).map(it => {
|
||||
var tds = Array.from(this.children[0]?.children || []).map(it => {
|
||||
let flex = +it.getAttribute('flex') || 1
|
||||
let style = it.getAttribute('style')
|
||||
|
||||
|
|
Reference in New Issue