Deshun 发布于 4年前 (2021-02-01) 2405℃
赞 (2)
使用 Ant Design Vue 框架,在调用 Modal 组件时报错:[Vue warn]: Failed to resolve directive: ant-portal
(found in <Anonymous>)解决方法:注册 Modal 的时候,将:Vue.component(...
标签:
Ant Design Vue
/ antd
/ antd报错
/ antd modal报错
/ ant modal报错
Deshun 发布于 4年前 (2020-07-20) 9654℃
赞 (4)
使用 Antd for Vue 的 setFieldsValue 赋值时报错:warning.js?4eb8:34 Warning: You cannot set a form field before rendering a field associated with the value. You can use `getFieldDecorator(id, options)` ins...
标签:
vue
/ antd
/ antd报错
/ form报错
/ setFieldsValue报错
/ v-decorator报错
Deshun 发布于 4年前 (2020-07-10) 2406℃
赞 (0)
昨天,我们解决了 Ant Design 升级后,国际化组件 LocaleProvider 报错的问题:Vue项目使用Ant Design升级后报错`LocaleProvider` is deprecated的解决方法今天又发现首页有一个报错:Warning: [antdv: Carousel] `vertical` is deprecated, please use `dotPositi...
标签:
vue
/ vue项目
/ vue报错
/ antd国际化
/ antd报错
/ vertical
/ dotPosition
/ antd报错走马灯
Deshun 发布于 4年前 (2020-07-09) 5751℃
赞 (2)
今天重写一个 Vue 项目,使用的是 Ant Design for Vue 框架,发现 Collapse 折叠面板的 expand-icon-position 属性不能用。将小箭头设置在右侧不生效,代码如下:<a-collapse :bordered="false" expand-icon-position="right&...
标签:
vue
/ vue项目
/ vue报错
/ antd国际化
/ antd报错
/ ConfigProvider
/ LocaleProvider
/ antd报错国际化