fix grid demo

pull/165/head
wangxueliang 2018-04-03 17:09:25 +08:00
parent 5e02aed8c2
commit e98bb7e4e8
1 changed files with 0 additions and 1 deletions

View File

@ -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