```sh
# vant ui
$ yarn add vant
$ yarn add -D babel-plugin-import
```
https://github.com/Brooooooklyn/ts-import-plugin
## .babelrc
```js
{
"plugins": [
["import", {
"libraryName": "vant",
"libraryDirectory": "es",
"style": true
}]
]
}
// import { Button } from 'vant';
```
vue -h
vue -V
3.7.0
Vant UI
[Calendar.name]: Calendar,// computed name === van-calendar
https://www.cnblogs.com/xgqfrms/p/12547745.html

vant-ui