diff --git a/components/grid/demo/playfround.md b/components/grid/demo/playfround.md index 4d2a82cbf..212152f60 100644 --- a/components/grid/demo/playfround.md +++ b/components/grid/demo/playfround.md @@ -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} let colCode = '\n' for (let i = 0; i < colCount; i++) { const spanNum = 24 / colCount