From 7855f39bf45006cbd68d94dc486eaa61a726f144 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Fri, 19 Nov 2021 11:27:30 +0800 Subject: [PATCH] chore: fix ssr tests --- packages/playground/ssr/package.json | 1 + pnpm-lock.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/packages/playground/ssr/package.json b/packages/playground/ssr/package.json index 118118218..353fd9cab 100644 --- a/packages/playground/ssr/package.json +++ b/packages/playground/ssr/package.json @@ -10,6 +10,7 @@ }, "dependencies": { "@dcloudio/uni-app": "../../uni-app", + "@dcloudio/uni-components": "../../uni-components", "@dcloudio/uni-h5": "../../uni-h5", "vue": "3.2.22", "vue-router": "^4.0.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2f70846ab..e07b07429 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -99,6 +99,7 @@ importers: packages/playground/ssr: specifiers: '@dcloudio/uni-app': ../../uni-app + '@dcloudio/uni-components': ../../uni-components '@dcloudio/uni-h5': ../../uni-h5 '@dcloudio/vite-plugin-uni': ../../vite-plugin-uni compression: ^1.7.4 @@ -110,6 +111,7 @@ importers: 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.22 vue-router: 4.0.12_vue@3.2.22 -- GitLab