mand-mobile/components/bill
moyus 492e1c067d fix(bill): remove unnecessary code 2018-09-15 20:52:49 +08:00
..
demo feat(bill & watermark): 2018-08-22 20:06:41 +08:00
test feat(bill & watermark): 2018-08-22 20:06:41 +08:00
README.en-US.md docs(bill): update readme 2018-08-29 17:49:17 +08:00
README.md docs(bill): update readme 2018-08-29 17:49:17 +08:00
component.js feat(bill & watermark): 2018-08-22 20:06:41 +08:00
index.vue fix(bill): remove unnecessary code 2018-09-15 20:52:49 +08:00

README.en-US.md

title preview
Bill https://didi.github.io/mand-mobile/examples/#/water-mask

Electronic bill

引入

import { Bill } from 'mand-mobile'

Vue.component(Bill.name, Bill)

代码演示

API

Bill Props

Props Description Type Default Note
name - String - -
no - String - -
waterMark - String - complex content using scoped slot

Bill Slots

default

Default slot of content

watermask

scoped slot of watermask content

<div slot="watermark" slot-scope="props">
  <!-- content -->
</div>