We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fac98 commit 9fd9c68Copy full SHA for 9fd9c68
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ant-design-vue/pro-layout",
3
- "version": "3.1.10-beta.2",
+ "version": "3.1.10",
4
"license": "MIT",
5
"files": [
6
"dist"
src/PageContainer/index.less
@@ -3,6 +3,7 @@
@import 'ant-design-vue/es/page-header/style';
@import 'ant-design-vue/es/tabs/style';
@import 'ant-design-vue/es/spin/style';
+@import 'ant-design-vue/es/breadcrumb/style';
7
8
@pro-layout-page-container: ~'@{ant-prefix}-pro-page-container';
9
0 commit comments