web/frps: upgrade vue and element-plus (#3310)

This commit is contained in:
fatedier
2023-02-16 02:45:48 +08:00
committed by GitHub
parent 39941117b6
commit 24f0b3afa5
48 changed files with 3925 additions and 7309 deletions

30
web/frps/.gitignore vendored
View File

@@ -1,6 +1,28 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
.DS_Store
node_modules/
dist/
npm-debug.log
dist
dist-ssr
coverage
*.local
/cypress/videos/
/cypress/screenshots/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.vscode/settings.json
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?