mand-mobile/components/tip
remote-star 65f8dacfe1 doc(readme): adjust the example path for each component in its readme doc. 2018-03-29 14:56:07 +08:00
..
demo Initial commit 2018-03-26 16:04:04 +08:00
test Initial commit 2018-03-26 16:04:04 +08:00
README.md doc(readme): adjust the example path for each component in its readme doc. 2018-03-29 14:56:07 +08:00
component.js Initial commit 2018-03-26 16:04:04 +08:00
index.js Initial commit 2018-03-26 16:04:04 +08:00
tip.vue Initial commit 2018-03-26 16:04:04 +08:00

README.md

title preview
Tip 气泡提示 https://didi.github.io/mand-mobile/examples/#/tip

引入

import { Tip } from 'mand-mobile'

Vue.component(Tip.name, Tip)

代码演示

API

Tips Props

属性 说明 类型 默认值 备注
content 提示文本内容 String - -
placement 位置 String top top, left, bottom, right

Tip@show()

提示框显示后触发的事件

Tip@hide()

提示框隐藏后触发的事件