@umijs/renderer-vue
Advanced tools
Comparing version 4.0.0-rc.14 to 4.0.0-rc.15
@@ -37,3 +37,8 @@ // @ts-ignore | ||
}); | ||
const router = createRouter(Object.assign(Object.assign({}, routerConfig), { history: opts.history, strict: true, routes })); | ||
const router = createRouter({ | ||
...routerConfig, | ||
history: opts.history, | ||
strict: true, | ||
routes, | ||
}); | ||
opts.pluginManager.applyPlugins({ | ||
@@ -40,0 +45,0 @@ type: 'event', |
{ | ||
"name": "@umijs/renderer-vue", | ||
"version": "4.0.0-rc.14", | ||
"version": "4.0.0-rc.15", | ||
"description": "@umijs/renderer-vue", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/umijs/umi-next/tree/master/packages/renderer-vue#readme", |
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
5838
172