mand-mobile/components/bill
MeloHG 39216555ba feat: 键盘增加0,00键可替换 2023-10-11 15:59:31 +08:00
..
demo
test
README.en-US.md
README.md
component.js feat: 键盘增加0,00键可替换 2023-10-11 15:59:31 +08:00
index.vue

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 - -
water-mark - String - complex content using scoped slot

Bill Slots

default

Default slot of content

header

Header slot

Footer slot

watermask

Scoped slot of watermask content

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