release 4.0.0-rc.1
parent
c9f0841628
commit
1d0a2737a4
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "4.0.0-beta.4",
|
||||
"version": "4.0.0-rc.1",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
|
|
@ -23,5 +23,5 @@
|
|||
"importsNotUsedAsValues": "preserve",
|
||||
"stripInternal": true
|
||||
},
|
||||
"exclude": ["node_modules", "lib", "es", "dist", "scripts", "**/__tests__/**/*"]
|
||||
"exclude": ["node_modules", "lib", "es", "dist", "scripts", "**/__tests__/**/*", "site/dist"]
|
||||
}
|
||||
|
|
|
@ -19,8 +19,6 @@ declare module 'vue' {
|
|||
|
||||
AAvatarGroup: typeof import('ant-design-vue')['AvatarGroup'];
|
||||
|
||||
ABackTop: typeof import('ant-design-vue')['BackTop'];
|
||||
|
||||
ABadge: typeof import('ant-design-vue')['Badge'];
|
||||
|
||||
ABadgeRibbon: typeof import('ant-design-vue')['BadgeRibbon'];
|
||||
|
@ -258,6 +256,14 @@ declare module 'vue' {
|
|||
AQRCode: typeof import('ant-design-vue')['QRCode'];
|
||||
|
||||
ATour: typeof import('ant-design-vue')['Tour'];
|
||||
|
||||
AFloatButton: typeof import('ant-design-vue')['FloatButton'];
|
||||
|
||||
AFloatButtonGroup: typeof import('ant-design-vue')['FloatButtonGroup'];
|
||||
|
||||
ABackTop: typeof import('ant-design-vue')['BackTop'];
|
||||
|
||||
AWatermark: typeof import('ant-design-vue')['Watermark'];
|
||||
}
|
||||
}
|
||||
export {};
|
||||
|
|
Loading…
Reference in New Issue