From cb67fa3bc1d0f36952d5c49e4ef4639558ad1fa8 Mon Sep 17 00:00:00 2001
From: pangxie1991 <pangxie@youzan.com>
Date: Sat, 21 Apr 2018 10:30:26 +0800
Subject: [PATCH] =?UTF-8?q?select=20=E6=98=BE=E7=A4=BA=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 doc.config.js                 | 2 +-
 example/pages/select/index.js | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc.config.js b/doc.config.js
index 06ee7b45..4ed5a344 100644
--- a/doc.config.js
+++ b/doc.config.js
@@ -84,6 +84,6 @@ module.exports = {
         }
       }
     ],
-    include: {}
+    include: { loading: require('./packages/loading/README.md') }
   }
 }
\ No newline at end of file
diff --git a/example/pages/select/index.js b/example/pages/select/index.js
index 85d7fd1a..34e49c9a 100644
--- a/example/pages/select/index.js
+++ b/example/pages/select/index.js
@@ -1,6 +1,6 @@
 var Zan = require('../../dist/index');
 
-Page(Object.assign({}, Zan.Select, Zan.TopTips, {
+Page({
 
   data: {
     items: [
@@ -33,4 +33,4 @@ Page(Object.assign({}, Zan.Select, Zan.TopTips, {
       [`checked.${type}`]: value
     });
   }
-}));
+});