mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
25 lines
316 B
Markdown
25 lines
316 B
Markdown
# @vant/popperjs
|
|
|
|
@popperjs/core in commonjs format, added Object.assign polyfill.
|
|
|
|
## Install
|
|
|
|
```shell
|
|
# with npm
|
|
npm i @vant/popperjs
|
|
|
|
# with yarn
|
|
yarn add @vant/popperjs
|
|
|
|
# with pnpm
|
|
pnpm add @vant/popperjs
|
|
```
|
|
|
|
## Usage
|
|
|
|
see: https://popper.js.org/
|
|
|
|
## Refer
|
|
|
|
issue: https://github.com/vant-ui/vant/issues/7626
|