Skip to content

Commit

Permalink
chore: bump version of injected script for pdfmake
Browse files Browse the repository at this point in the history
  • Loading branch information
BayBreezy committed Mar 17, 2024
1 parent 22929a6 commit 2c9dd57
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@ export default defineNuxtModule<ModuleOptions>({
nuxt.options.app.head.script ||= [];
nuxt.options.app.head.script.push(
{
src: "https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.7/pdfmake.min.js",
src: "https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.10/pdfmake.min.js",
defer: true,
},
{
src: "https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.7/vfs_fonts.min.js",
src: "https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.10/vfs_fonts.min.js",
defer: true,
}
);
// Add plugin
Expand Down

0 comments on commit 2c9dd57

Please sign in to comment.