File tree 3 files changed +12
-11
lines changed
3 files changed +12
-11
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.3.3 " ,
14
+ "@ant-design-vue/pro-layout" : " ^0.3.4 " ,
15
15
"@antv/data-set" : " ^0.10.2" ,
16
16
"ant-design-vue" : " ^1.6.2" ,
17
17
"axios" : " ^0.19.0" ,
Original file line number Diff line number Diff line change 1
1
<template >
2
- <page-header-wrapper content =" 表单页用于向用户收集或验证信息,基础表单常见于数据项较少的表单场景。" >
2
+ <!-- hidden PageHeaderWrapper title demo -->
3
+ <page-header-wrapper :title =" false" content =" 表单页用于向用户收集或验证信息,基础表单常见于数据项较少的表单场景。" >
3
4
<a-card :body-style =" {padding: '24px 32px'}" :bordered =" false" >
4
5
<a-form @submit =" handleSubmit" :form =" form" >
5
6
<a-form-item
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.3.3 " :
6
- version "0.3.3 "
7
- resolved "https://registry.npm.taobao. org/@ant-design-vue/pro-layout/download/@ant-design-vue /pro-layout-0.3.3 .tgz#f59344c7acdb2f147ca1d4a4c4a6a2c6dc4833b5 "
8
- integrity sha1-9ZNEx6zbLxR8odSkxKaixtxIM7U =
5
+ " @ant-design-vue/pro-layout@^0.3.4 " :
6
+ version "0.3.4 "
7
+ resolved "https://registry.npmjs. org/@ant-design-vue/pro-layout/- /pro-layout-0.3.4 .tgz#f7158cd7d9485b4dc1cb5b4f3d56015b4d08607a "
8
+ integrity sha512-N33XDb+E/AfIwWL6cC0aBSqG8YwwTv4pbUPvNmEjZTA0QV58iUDXr8+hjcxCkW4qZVyKJ4UdsBf43o1OzKZw3Q= =
9
9
dependencies :
10
10
ant-design-vue "^1.6.2"
11
11
classnames "^2.2.6"
14
14
omit.js "^1.0.2"
15
15
umi-request "^1.2.11"
16
16
vue-container-query "^0.1.0"
17
- vue-copy-to-clipboard "^1.0.2 "
17
+ vue-copy-to-clipboard "^1.0.3 "
18
18
19
19
" @ant-design/colors@^3.1.0" , "@ant-design/colors@^3.2.1":
20
20
version "3.2.2"
@@ -10846,10 +10846,10 @@ vue-container-query@^0.1.0:
10846
10846
resize-observer-lite "^0.2.3"
10847
10847
vue "^2.5.17"
10848
10848
10849
- vue-copy-to-clipboard@^1.0.2 :
10850
- version "1.0.2 "
10851
- resolved "https://registry.npm.taobao. org/vue-copy-to-clipboard/download /vue-copy-to-clipboard-1.0.2 .tgz#6052bb3b41c50f5a7f00acb667baab2de5e753c7 "
10852
- integrity sha1-YFK7O0HFD1p/AKy2Z7qrLeXnU8c =
10849
+ vue-copy-to-clipboard@^1.0.3 :
10850
+ version "1.0.3 "
10851
+ resolved "https://registry.npmjs. org/vue-copy-to-clipboard/- /vue-copy-to-clipboard-1.0.3 .tgz#b415302b343b9185add4fc579c0721a16c8e65ac "
10852
+ integrity sha512-FSgewqG+2NwNsAnKOZqZ6GZqNvrbauVh/Y5z+xkbu9AmFqiWlQLKaFc+7BcsYCVZ2TaQnhjcHbDycVRVGFJypQ= =
10853
10853
dependencies :
10854
10854
copy-to-clipboard "^3.3.1"
10855
10855
You can’t perform that action at this time.
0 commit comments