fix grid demo
parent
5e02aed8c2
commit
e98bb7e4e8
|
@ -62,7 +62,6 @@ A simple playground for column count and gutter.
|
|||
rowColHtml() {
|
||||
const colCount = this.colCounts[this.colCountKey]
|
||||
const getter = this.gutters[this.gutterKey]
|
||||
// ${colCode}</Row>
|
||||
let colCode = '<Row :gutter="' + getter + '">\n'
|
||||
for (let i = 0; i < colCount; i++) {
|
||||
const spanNum = 24 / colCount
|
||||
|
|
Loading…
Reference in New Issue