@byjohann/ui
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "@byjohann/ui", | ||
"type": "module", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"packageManager": "pnpm@8.7.6", | ||
@@ -6,0 +6,0 @@ "description": "A collection of Vue.js components for my projects", |
@@ -20,3 +20,3 @@ # @byjohann/ui | ||
### Nuxt Support | ||
### Nuxt Usage | ||
@@ -39,2 +39,9 @@ Nuxt is supported out of the box, but the Vue components provided by this library need to be transpiled for the server-side rendering to work. Add the following to your `nuxt.config.ts`: | ||
}, | ||
vite: { | ||
optimizeDeps: { | ||
// Transform CJS packages to ESM | ||
include: ["mapbox-gl"], | ||
}, | ||
}, | ||
}); | ||
@@ -41,0 +48,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53477
51