提交 7855f39b 编写于 作者: fxy060608's avatar fxy060608

chore: fix ssr tests

上级 8e5e2215
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
}, },
"dependencies": { "dependencies": {
"@dcloudio/uni-app": "../../uni-app", "@dcloudio/uni-app": "../../uni-app",
"@dcloudio/uni-components": "../../uni-components",
"@dcloudio/uni-h5": "../../uni-h5", "@dcloudio/uni-h5": "../../uni-h5",
"vue": "3.2.22", "vue": "3.2.22",
"vue-router": "^4.0.12", "vue-router": "^4.0.12",
......
...@@ -99,6 +99,7 @@ importers: ...@@ -99,6 +99,7 @@ importers:
packages/playground/ssr: packages/playground/ssr:
specifiers: specifiers:
'@dcloudio/uni-app': ../../uni-app '@dcloudio/uni-app': ../../uni-app
'@dcloudio/uni-components': ../../uni-components
'@dcloudio/uni-h5': ../../uni-h5 '@dcloudio/uni-h5': ../../uni-h5
'@dcloudio/vite-plugin-uni': ../../vite-plugin-uni '@dcloudio/vite-plugin-uni': ../../vite-plugin-uni
compression: ^1.7.4 compression: ^1.7.4
...@@ -110,6 +111,7 @@ importers: ...@@ -110,6 +111,7 @@ importers:
vuex: ^4.0.2 vuex: ^4.0.2
dependencies: dependencies:
'@dcloudio/uni-app': link:../../uni-app '@dcloudio/uni-app': link:../../uni-app
'@dcloudio/uni-components': link:../../uni-components
'@dcloudio/uni-h5': link:../../uni-h5 '@dcloudio/uni-h5': link:../../uni-h5
vue: 3.2.22 vue: 3.2.22
vue-router: 4.0.12_vue@3.2.22 vue-router: 4.0.12_vue@3.2.22
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册