mand-mobile/components/result-page
xuxiaoyan 9b365ddb74 site&example:add default title to examples & update docs 2018-06-21 11:34:49 +08:00
..
demo site&example:add default title to examples & update docs 2018-06-21 11:34:49 +08:00
test Initial commit 2018-03-26 16:04:04 +08:00
README.en-US.md correct result-page 2018-05-31 20:14:54 +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.vue feat(button): remove `.native` modifier on click event 2018-04-24 22:47:39 +08:00

README.en-US.md

title preview
ResultPage https://didi.github.io/mand-mobile/examples/#/result-page

To display the process ending page

Import

import { ResultPage } from 'mand-mobile'

Vue.component(ResultPage.name, ResultPage)

Instruction

It is recommended to set the parent element filled with windows to achieve centering. The corresponding default value of picture on the page will be set according to the type.

Code Examples

API

ResultPage Props

Props Description Type Default Note
type page type String empty three optional vaules: lost, network and empty, represent missing page, network error and empty information respectively. The default images and texts of component differ according to the category
img-url image link String empty the default images of component differ according to the category
text main copy String - the main texts of component differ according to the category
subtext assistant copy String - show as a smaller font and lighter color under the main copy
buttons button list Array - array of button objects, whose structure can be referred to Button Props table

Button Props

Props Description Type Default Note
text button text String - -
type button style String ghost ghost-primary is alternative, refer to Button
handler callback of click operation Function - callback function invoked after clicking