-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
2.0.0-rc.4
Environment
vue 3.0
Reproduction link
https://2x.antdv.com/components/input-cn/
Steps to reproduce
import { Input } from 'ant-design-vue';
const { Textarea } = Input;
console.log(Textarea); // undefined
What is expected?
按需加载的方式向引入Textarea这个组件
What is actually happening?
以上操作没引入到,打印undefined