|
|
||
|---|---|---|
| .. | ||
| demo | ||
| test | ||
| README.en-US.md | ||
| README.md | ||
| component.js | ||
| index.js | ||
| tip.vue | ||
README.en-US.md
| title | preview |
|---|---|
| Tip | https://didi.github.io/mand-mobile/examples/#/tip |
Tooltip
Import
import { Tip } from 'mand-mobile'
Vue.component(Tip.name, Tip)
Code Examples
API
Tip Props
| Props | Description | Type | Default | Note | |
|---|---|---|---|---|---|
| content | the content of tip | String | Number | - | |
| placement | the position of tip | String | top |
top, left, bottom, right |
Tip Instance Events
@show()
Invoked after dialog is shown
@hide()
Invoked after dialog is hidden