提交 45ba4290 编写于 作者: fxy060608's avatar fxy060608

chore: bump vue-router from 4.0.16 to 4.1.0

上级 bda5100f
......@@ -89,7 +89,7 @@
"typescript": "4.6.4",
"vite": "2.9.13",
"vue": "3.2.37",
"vue-router": "^4.0.16",
"vue-router": "^4.1.0",
"yorkie": "^2.0.0"
},
"name": "uni-app-next"
......
......@@ -13,7 +13,7 @@
"@dcloudio/uni-components": "../../uni-components",
"@dcloudio/uni-h5": "../../uni-h5",
"vue": "3.2.37",
"vue-router": "^4.0.16",
"vue-router": "^4.1.0",
"vuex": "^4.0.2"
},
"devDependencies": {
......
......@@ -37,7 +37,7 @@
"@vue/shared": "3.2.37",
"localstorage-polyfill": "^1.0.1",
"safe-area-insets": "^1.4.1",
"vue-router": "^4.0.16",
"vue-router": "^4.1.0",
"xmlhttprequest": "^1.8.0"
},
"gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
......
......@@ -186,7 +186,15 @@ const options = {
},
copyOptions: {
assets: [COMPONENTS_DIR],
targets: process.env.UNI_MP_PLUGIN ? [uniCliShared.copyMiniProgramPluginJson] : [],
targets: [
...(process.env.UNI_MP_PLUGIN ? [uniCliShared.copyMiniProgramPluginJson] : []),
{
src: ['customize-tab-bar'],
get dest() {
return process.env.UNI_OUTPUT_DIR;
},
},
],
},
},
global: 'my',
......@@ -205,6 +213,7 @@ const options = {
titlePenetrate: 'titlePenetrate',
},
tabBarOptionsMap: {
customize: 'customize',
textColor: 'color',
selectedColor: 'selectedColor',
backgroundColor: 'backgroundColor',
......
......@@ -52,7 +52,7 @@ importers:
typescript: 4.6.4
vite: 2.9.13
vue: 3.2.37
vue-router: ^4.0.16
vue-router: ^4.1.0
yorkie: ^2.0.0
devDependencies:
'@babel/core': 7.18.5
......@@ -103,7 +103,7 @@ importers:
typescript: 4.6.4
vite: 2.9.13
vue: 3.2.37
vue-router: 4.0.16_vue@3.2.37
vue-router: 4.1.0_vue@3.2.37
yorkie: 2.0.0
packages/playground/ssr:
......@@ -117,14 +117,14 @@ importers:
serve-static: ^1.14.1
vite: 2.9.13
vue: 3.2.37
vue-router: ^4.0.16
vue-router: ^4.1.0
vuex: ^4.0.2
dependencies:
'@dcloudio/uni-app': link:../../uni-app
'@dcloudio/uni-components': link:../../uni-components
'@dcloudio/uni-h5': link:../../uni-h5
vue: 3.2.37
vue-router: 4.0.16_vue@3.2.37
vue-router: 4.1.0_vue@3.2.37
vuex: 4.0.2_vue@3.2.37
devDependencies:
'@dcloudio/vite-plugin-uni': link:../../vite-plugin-uni
......@@ -453,7 +453,7 @@ importers:
localstorage-polyfill: ^1.0.1
safe-area-insets: ^1.4.1
vue: 3.2.37
vue-router: ^4.0.16
vue-router: ^4.1.0
xmlhttprequest: ^1.8.0
dependencies:
'@dcloudio/uni-h5-vite': link:../uni-h5-vite
......@@ -464,7 +464,7 @@ importers:
'@vue/shared': 3.2.37
localstorage-polyfill: 1.0.1
safe-area-insets: 1.4.1
vue-router: 4.0.16_vue@3.2.37
vue-router: 4.1.0_vue@3.2.37
xmlhttprequest: 1.8.0
devDependencies:
'@dcloudio/uni-cli-i18n': 2.0.0-alpha-33020211130001
......@@ -8239,8 +8239,8 @@ packages:
vue: 3.2.37
dev: false
/vue-router/4.0.16_vue@3.2.37:
resolution: {integrity: sha512-JcO7cb8QJLBWE+DfxGUL3xUDOae/8nhM1KVdnudadTAORbuxIC/xAydC5Zr/VLHUDQi1ppuTF5/rjBGzgzrJNA==}
/vue-router/4.1.0_vue@3.2.37:
resolution: {integrity: sha512-A+dYO0ZXLJFZ40ebW3XtqehCW0Wv2xNH4lFddOByDja4NtItEdyirrShTlvD3UA4xc5a5mG2RRI30BusYpOb9g==}
peerDependencies:
vue: ^3.2.0
dependencies:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册