feat: add popover component

This commit is contained in:
chenjiahan
2020-11-20 14:26:41 +08:00
committed by neverland
parent cd6ce609f5
commit 8f5a84ceec
10 changed files with 389 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# Popover
### Install
```js
import Vue from 'vue';
import { Popover } from 'vant';
Vue.use(Popover);
```
## Usage
### Basic Usage
```html
```
## API
### Props
| Attribute | Description | Type | Default |
| --------- | ----------- | ---- | ------- |
### Events
| Event | Description | Arguments |
| ----- | ----------- | --------- |