Ant-design-vue: Modal 频繁报 Failed to resolve directive: ant-portal

Created on 9 Jun 2020  ·  2Comments  ·  Source: vueComponent/ant-design-vue

求问:打开modal或关闭modal时都报出这个warning

vue.runtime.esm.js?2b0e:619 [Vue warn]: Failed to resolve directive: ant-portal
(found in <Anonymous>)

modal打开方式

modal.info({
  title: '修改的标题',
  content: '修改的内容',
});

还有弹出modal时有动画 关闭时立即关闭,没有动画,不知道是什么原因,🙏🙏

Most helpful comment

在main.js里面写Vue.use(Modal)应该就不会报ant-portal错误了

All 2 comments

Your issue has been closed because it does not conform to our issue requirements. Please use the Issue Helper to create an issue, thank you!

为了能够进行高效沟通,我们对 issue 有一定的格式要求,你的 issue 因为不符合要求而被自动关闭。你可以通过 issue 助手 来创建 issue 以方便我们定位错误。谢谢配合!

在main.js里面写Vue.use(Modal)应该就不会报ant-portal错误了

Was this page helpful?
0 / 5 - 0 ratings