We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e2190 commit 4829a45Copy full SHA for 4829a45
1 file changed
packages/nuxt/src/runtime/plugin.ts
@@ -1,5 +1,5 @@
1
import { defineNuxtPlugin } from '#app'
2
-import { PDFEasy } from 'pdfeasy'
+import { PDFEasy } from 'pdfeasy/dist/client.esm.js'
3
4
export default defineNuxtPlugin(({ provide }) => {
5
provide('pdf', new PDFEasy())
0 commit comments