@astrojs/vue
Advanced tools
Comparing version 4.0.6 to 4.0.7
@@ -48,5 +48,5 @@ import path from "node:path"; | ||
export const setup = (app) => { | ||
export const setup = async (app) => { | ||
if ('default' in mod) { | ||
mod.default(app); | ||
await mod.default(app); | ||
} else { | ||
@@ -53,0 +53,0 @@ ${!isBuild ? `console.warn("[@astrojs/vue] appEntrypoint \`" + ${JSON.stringify( |
{ | ||
"name": "@astrojs/vue", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"description": "Use Vue components within Astro", | ||
@@ -50,3 +50,3 @@ "type": "module", | ||
"vue": "^3.3.8", | ||
"astro": "4.0.8", | ||
"astro": "4.0.9", | ||
"astro-scripts": "0.0.14" | ||
@@ -53,0 +53,0 @@ }, |
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
15864