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";
Source:stackexchange.com
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";