This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0
old
yutent 2023-02-09 17:53:13 +08:00
parent b7ef8cbac7
commit f18a8e9804
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ export default class Table {
} }
mounted() { 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 flex = +it.getAttribute('flex') || 1
let style = it.getAttribute('style') let style = it.getAttribute('style')