From 2c3fdb0ce23a8eb0a81f5d76e493d9d4487b4d73 Mon Sep 17 00:00:00 2001 From: Julyp Date: Mon, 3 Feb 2020 11:31:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a8d6fd..092f2fb 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ ```javascript new SmartTable({ selector: '#smartTable', - tableHeight: 300, - textAlign: 'left', + height: 300, + align: 'left', size: 'middle' }) ```