将 ant-design-vue 旧版 API 统一迁移为 antdv-next 新版规范: - Modal: destroy-on-close → destroy-on-hidden - Card: :bordered="false" → variant="borderless",bodyStyle/headStyle → styles - Popover: overlay-style → styles.root - Divider: type → orientation - Space: direction → orientation - Alert: message → title - Spin: tip → description - Table: customRender → render - notification: message → title - Image preview: visible/onVisibleChange → open/onOpenChange - adapter: visibleEvent onVisibleChange → onOpenChange |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .env | ||
| .env.analyze | ||
| .env.development | ||
| .env.production | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||