uniapp-router-next
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "uniapp-router-next", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "exports": { |
@@ -9,3 +9,3 @@ # uniapp-router-next | ||
$ npm install uniapp-router-next | ||
$ npm install unplugin-uni-router uni-vite-plugin-h5-prod-effect -D | ||
$ npm install unplugin-uni-router -D | ||
``` | ||
@@ -20,6 +20,5 @@ | ||
import uniRouter from 'unplugin-uni-router/vite' | ||
import h5ProdEffectPlugin from 'uni-vite-plugin-h5-prod-effect' //补充h5正式环境下面的跳转api | ||
// https://vitejs.dev/config/ | ||
export default defineConfig({ | ||
plugins: [uni(), uniRouter(), h5ProdEffectPlugin()] | ||
plugins: [uni(), uniRouter()] | ||
}) | ||
@@ -26,0 +25,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
138573
105