UNPKG

mand-mobile

Version:

A Vue.js 2.0 Mobile UI Toolkit

47 lines (33 loc) 678 B
--- title: Bill preview: https://didi.github.io/mand-mobile/examples/#/water-mask --- Electronic bill ### 引入 ```javascript import { Bill } from 'mand-mobile' Vue.component(Bill.name, Bill) ``` ### 代码演示 <!-- DEMO --> ### 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 Footer slot ##### watermask Scoped slot of watermask content ```html <div slot="watermark" slot-scope="props"> <!-- content --> </div> ```