Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 178 Bytes

slots.md

File metadata and controls

15 lines (12 loc) · 178 Bytes

Slots

loading: default

Content to display when page is rendering

<template>
  <VuePDF :pdf="pdf">
    <div>
      Loading...
    </div>
  </VuePDF>
</template>