diff --git a/docs/index.html b/docs/index.html
index ae631b585..efeaceed4 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1 +1 @@
-
vxe-table 表格
\ No newline at end of file
+vxe-table 表格
\ No newline at end of file
diff --git a/docs/static/js/index.31a15b5b.js b/docs/static/js/index.31a15b5b.js
deleted file mode 100644
index fbfaa1710..000000000
--- a/docs/static/js/index.31a15b5b.js
+++ /dev/null
@@ -1 +0,0 @@
-var VXETable=function(e){function t(t){for(var a,r,i=t[0],s=t[1],c=t[2],u=0,p=[];u-1?n.className="":n.className="is-show")}},linkEvent:function(e){this.tableList.forEach(function(t){e!==t&&(t.expand=!1)}),e.expand=!e.expand}}}),c=s,d=n("2877"),u=Object(d["a"])(c,r,i,!1,null,null,null),p=u.exports,m=n("8c4f"),b=function(){var e=this,t=e.$createElement;e._self._c;return e._m(0)},v=[function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("h3",[e._v("npm 安装")]),n("p",[e._v("推荐使用 npm 的方式安装,它能更好地和 "),n("a",{staticClass:"link",attrs:{href:"https://webpack.js.org/"}},[e._v("webpack")]),e._v(" 打包工具配合使用。")]),n("pre",[e._v(" "),n("code",{staticClass:"javascript"},[e._v("\n npm install vxe-table\n ")]),e._v("\n ")]),n("pre",[e._v(" "),n("code",{staticClass:"javascript"},[e._v("\n import Vue from 'vue'\n import VXETable from 'vxe-table'\n import 'vxe-table/lib/index.css'\n\n // 默认安装 Table,TableColumn,Grid,Excel,Pagination,Checkbox\n Vue.use(VXETable)\n ")]),e._v("\n ")]),n("p",[e._v("或者")]),n("pre",[e._v(" "),n("code",{staticClass:"javascript"},[e._v("\n import Vue from 'vue'\n import VXETable, {\n Table,\n TableColumn,\n TableToolbar,\n Grid,\n Excel,\n Pagination,\n Checkbox,\n Radio,\n Input,\n Button\n } from 'vxe-table'\n import 'vxe-table/lib/index.css'\n\n Vue.use(Table)\n Vue.use(TableColumn)\n Vue.use(TableToolbar)\n Vue.use(Grid)\n Vue.use(Excel)\n Vue.use(Pagination)\n Vue.use(Checkbox)\n Vue.use(Radio)\n Vue.use(Input)\n Vue.use(Button)\n\n // 设置全局默认参数\n VXETable.setup({\n size: 'small'\n })\n ")]),e._v("\n ")]),n("h3",[e._v("CDN")]),n("p",[e._v("可以通过 "),n("a",{staticClass:"link",attrs:{href:"https://unpkg.com/vxe-table/"}},[e._v("unpkg")]),e._v(" 或 "),n("a",{staticClass:"link",attrs:{href:"https://cdn.jsdelivr.net/npm/vxe-table/"}},[e._v("cdnjs")]),e._v(" 获取到最新版本的资源,并在页面上引入即可")]),n("pre",[e._v(" "),n("code",{staticClass:"xml"},[e._v('\n \x3c!-- 引入样式 --\x3e\n \n \x3c!-- 引入脚本 --\x3e\n