Skip to content

Commit b670260

Browse files
committed
chore: readme
1 parent 0d39785 commit b670260

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

packages/vue/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Vue PDFMake
1+
# Vue PDFEasy
22

33
A PDFEasy plugin for Vue 3.x
44

@@ -9,6 +9,10 @@ A PDFEasy plugin for Vue 3.x
99
## Example
1010

1111
```ts
12+
<template>
13+
<iframe id="pdf" />
14+
</template>
15+
1216
<script setup lang="ts">
1317
import { usePDF } from 'vue-pdfeasy'
1418

0 commit comments

Comments
 (0)