From 079451918448de800825c424b87b5c8c76693858 Mon Sep 17 00:00:00 2001 From: wangxueliang Date: Tue, 3 Apr 2018 17:09:25 +0800 Subject: [PATCH] fix grid demo --- components/grid/demo/playfround.md | 1 - 1 file changed, 1 deletion(-) 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