@@ -71,7 +65,7 @@ lang: zh-CN
```
-## Ant Design Vue 布局组件
+## 其它布局组件
除了 Admin 里的内建布局以外,在一些页面中需要进行布局,还可以使用 Ant Design Vue 提供的布局组件:Grid 和 Layout。
### Grid 组件
栅格布局是网页中最常用的布局,其特点就是按照一定比例划分页面,能够随着屏幕的变化依旧保持比例,从而具有弹性布局的特点。
diff --git a/package.json b/package.json
index 18238f9..426efd9 100644
--- a/package.json
+++ b/package.json
@@ -36,6 +36,7 @@
"@vue/cli-plugin-babel": "^4.4.0",
"@vue/cli-plugin-eslint": "^4.4.0",
"@vue/cli-service": "^4.4.0",
+ "@vuepress/plugin-back-to-top": "^1.5.2",
"babel-eslint": "^10.1.0",
"babel-polyfill": "^6.26.0",
"deepmerge": "^4.2.2",
diff --git a/yarn.lock b/yarn.lock
index cea2fce..1295b1f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1549,6 +1549,13 @@
dependencies:
lodash.debounce "^4.0.8"
+"@vuepress/plugin-back-to-top@^1.5.2":
+ version "1.5.2"
+ resolved "https://registry.npm.taobao.org/@vuepress/plugin-back-to-top/download/@vuepress/plugin-back-to-top-1.5.2.tgz#d253be7f0b7c2b59ca8fabe10c2f517c96d83b0e"
+ integrity sha1-0lO+fwt8K1nKj6vhDC9RfJbYOw4=
+ dependencies:
+ lodash.debounce "^4.0.8"
+
"@vuepress/plugin-last-updated@1.5.2":
version "1.5.2"
resolved "https://registry.npm.taobao.org/@vuepress/plugin-last-updated/download/@vuepress/plugin-last-updated-1.5.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vuepress%2Fplugin-last-updated%2Fdownload%2F%40vuepress%2Fplugin-last-updated-1.5.2.tgz#daa2250edb40700e1fa0942561057b6aa00e4103"