From bd892a20d802666aef29d7eab0a11571c8dd1c1f Mon Sep 17 00:00:00 2001 From: Picsong <312465087@qq.com> Date: Thu, 16 Dec 2021 16:58:55 +0800 Subject: [PATCH] fix(index): grid Example missing code display --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index 35264911d..7ac060642 100644 --- a/index.html +++ b/index.html @@ -299,6 +299,12 @@
new Sortable(gridDemo, { + animation: 150, + ghostClass: 'blue-background-class' +});+