chore: 引入 Element Plus Global Components 类型文件(解决 Vue Router 4.2.0 版本导致 Element Plus 组件没有类型提示的问题) && updates all dependencies && pnpm 8.5.0

This commit is contained in:
pany
2023-05-12 18:43:45 +08:00
parent 59ef19d9ea
commit bc7dae8435
4 changed files with 145 additions and 32 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: "8.3.1"
version: "8.5.0"
- name: Build
run: pnpm install && pnpm build:prod