[Vuejs]-These dependencies were not found Antdv modularized antd

0👍

The solution were remove InputSearch and only use Input in the use of vuejs and it works.

import {
  ConfigProvider,
  Button,
  Form,
  Input,
// InputSearch // <--- remove it
} from "ant-design-vue";

Leave a comment