Skip to content

Commit 4ca8d04

Browse files
committed
fix: element-plus ssr error element-plus/element-plus#10979
1 parent 9974eca commit 4ca8d04

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

apps/app/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"dependencies": {
1313
"@element-plus/icons-vue": ">=0.2.6",
1414
"@element-plus/nuxt": "1.1.1",
15+
"@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
1516
"@nuxtjs/i18n": "9.1.1",
1617
"@pinia/nuxt": "^0.9.0",
1718
"@vueuse/core": "^12.2.0",

package-node-provider.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/sh
22

33
# 把 dist/node 目录的所有文件打包成 package.zip方法根目录
4+
mkdir -p build
45
if [ ! -d "dist/node" ]; then
56
echo "dist/node directory does not exist"
67
exit 1

pnpm-lock.yaml

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)