@flue3/router
Advanced tools
Comparing version 0.0.5-dev.3 to 0.0.5-dev.4
@@ -16,7 +16,7 @@ import { defineComponent, Suspense, unref, h, } from 'vue'; | ||
return h(RouterView, ({ Component: ViewComponent }) => { | ||
return Layout(ViewComponent ? h(ViewComponent) : null); | ||
return h(Suspense, () => Layout(ViewComponent ? h(ViewComponent) : null)); | ||
}); | ||
}; | ||
return () => h(Suspense, () => Root()); | ||
return () => Root(); | ||
}, | ||
}); |
{ | ||
"name": "@flue3/router", | ||
"version": "0.0.5-dev.3", | ||
"version": "0.0.5-dev.4", | ||
"description": "flue3 <head> tag manager plugin", | ||
@@ -5,0 +5,0 @@ "author": "FL3NKEY", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10186
22
230