Skip to content

Commit 1157f84

Browse files
committed
fix: IE10 support, PageHeaderWrapper hidden title
1 parent 01e6a79 commit 1157f84

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint:nofix": "vue-cli-service lint --no-fix"
1212
},
1313
"dependencies": {
14-
"@ant-design-vue/pro-layout": "^0.3.3",
14+
"@ant-design-vue/pro-layout": "^0.3.4",
1515
"@antv/data-set": "^0.10.2",
1616
"ant-design-vue": "^1.6.2",
1717
"axios": "^0.19.0",

Diff for: src/views/form/basicForm/index.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
2-
<page-header-wrapper content="表单页用于向用户收集或验证信息,基础表单常见于数据项较少的表单场景。">
2+
<!-- hidden PageHeaderWrapper title demo -->
3+
<page-header-wrapper :title="false" content="表单页用于向用户收集或验证信息,基础表单常见于数据项较少的表单场景。">
34
<a-card :body-style="{padding: '24px 32px'}" :bordered="false">
45
<a-form @submit="handleSubmit" :form="form">
56
<a-form-item

Diff for: yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

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==
99
dependencies:
1010
ant-design-vue "^1.6.2"
1111
classnames "^2.2.6"
@@ -14,7 +14,7 @@
1414
omit.js "^1.0.2"
1515
umi-request "^1.2.11"
1616
vue-container-query "^0.1.0"
17-
vue-copy-to-clipboard "^1.0.2"
17+
vue-copy-to-clipboard "^1.0.3"
1818

1919
"@ant-design/colors@^3.1.0", "@ant-design/colors@^3.2.1":
2020
version "3.2.2"
@@ -10846,10 +10846,10 @@ vue-container-query@^0.1.0:
1084610846
resize-observer-lite "^0.2.3"
1084710847
vue "^2.5.17"
1084810848

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==
1085310853
dependencies:
1085410854
copy-to-clipboard "^3.3.1"
1085510855

0 commit comments

Comments
 (0)