From 2cec0ed338d257ce5ec414cf3090bd23339eb52a Mon Sep 17 00:00:00 2001 From: delai Date: Tue, 7 Feb 2017 21:36:43 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E7=A4=BA=E4=BE=8B?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F=EF=BC=8C=E6=BB=A1=E8=B6=B3=E5=BC=BA=E8=BF=AB?= =?UTF-8?q?=E7=97=87=E9=87=8D=E5=BA=A6=E6=82=A3=E8=80=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/dashboard/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example/dashboard/index.js b/example/dashboard/index.js index 920627f1..2f368b14 100644 --- a/example/dashboard/index.js +++ b/example/dashboard/index.js @@ -9,6 +9,9 @@ Page({ }, { name: 'Button', path: '/example/btn/index' + }, { + name: 'Card', + path: '/example/card/index' }, { name: 'Cell', path: '/example/cell/index' @@ -30,9 +33,6 @@ Page({ }, { name: 'Loadmore', path: '/example/loadmore/index' - }, { - name: 'Card', - path: '/example/card/index' }, { name: 'Panel', path: '/example/panel/index'