| title | Bill |
|---|---|
| preview | https://didi.github.io/mand-mobile/examples/#/water-mask |
Electronic bill
import { Bill } from 'mand-mobile'
Vue.component(Bill.name, Bill)| Props | Description | Type | Default | Note |
|---|---|---|---|---|
| name | - | String | - | - |
| no | - | String | - | - |
| water-mark | - | String | - | complex content using scoped slot |
Default slot of content
Header slot
Footer slot
Scoped slot of watermask content
<div slot="watermark" slot-scope="props">
<!-- content -->
</div>