Bill

Electronic bill

引入

import { Bill } from  'mand-mobile-next'

Vue.createApp().component(Bill.name, Bill)

代码演示

API

Bill Props

PropsDescriptionTypeDefaultNote
title-String--
no-String--
water-mark-String-complex content using scoped slot

Bill Slots

default

Default slot of content

Header slot

Footer slot

watermask

Scoped slot of watermask content

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