File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11
11
"lint:nofix" : " vue-cli-service lint --no-fix"
12
12
},
13
13
"dependencies" : {
14
- "@ant-design-vue/pro-layout" : " ^0.2.11- 0" ,
14
+ "@ant-design-vue/pro-layout" : " ^0.3. 0" ,
15
15
"@antv/data-set" : " ^0.10.2" ,
16
16
"ant-design-vue" : " 1.6.0" ,
17
17
"axios" : " ^0.19.0" ,
Original file line number Diff line number Diff line change 6
6
* layout - 整体布局方式 ['sidemenu', 'topmenu'] 两种布局
7
7
* fixedHeader - 固定 Header : boolean
8
8
* fixSiderbar - 固定左侧菜单栏 : boolean
9
- * autoHideHeader - 向下滚动时,隐藏 Header : boolean
10
9
* contentWidth - 内容区布局: 流式 | 固定
11
10
*
12
11
* storageOptions: {} - Vue-ls 插件配置项 (localStorage/sessionStorage)
Original file line number Diff line number Diff line change @@ -13,7 +13,5 @@ Vue.use(Router)
13
13
14
14
export default new Router ( {
15
15
mode : 'history' ,
16
- base : process . env . BASE_URL ,
17
- scrollBehavior : ( ) => ( { y : 0 } ) ,
18
16
routes : constantRouterMap
19
17
} )
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @ant-design-vue/pro-layout@^0.2.11- 0 " :
6
- version "0.2.11- 0"
7
- resolved "https://registry.npm.taobao.org/@ant-design-vue/pro-layout/download/@ant-design-vue/pro-layout-0.2.11-0. tgz#945cbbc6b24e888f2cc8315e7e31ebff1250bf05 "
8
- integrity sha1-lFy7xrJOiI8syDFefjHr/xJQvwU =
5
+ " @ant-design-vue/pro-layout@^0.3. 0 " :
6
+ version "0.3. 0"
7
+ resolved "https://registry.npm.taobao.org/@ant-design-vue/pro-layout/download/@ant-design-vue/pro-layout-0.3.0.tgz?cache=0&sync_timestamp=1591115854914&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40ant-design-vue%2Fpro-layout%2Fdownload%2F%40ant-design-vue%2Fpro-layout-0.3.0. tgz#dbf170ded4a21765593bf22d2792ed8fe21d07b4 "
8
+ integrity sha1-2/Fw3tSiF2VZO/ItJ5Ltj+IdB7Q =
9
9
dependencies :
10
10
ant-design-vue "^1.5.3"
11
11
classnames "^2.2.6"
You can’t perform that action at this time.
0 commit comments