introduction
Devtools
Quickly browse the pdfmake documentation in the Nuxt devtools.
The module adds a new tab to the Nuxt devtools that allows you to view the pdfMake docs.
This can be disabled by setting enableDevtools
to false
in the module options.
nuxt.config.js
export default defineNuxtConfig({
pdfmake:{
enableDevtools: false;
}
});