perf: improve login logic
正在显示
| ... | ... | @@ -13,7 +13,6 @@ |
| "log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", | ||
| "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite", | ||
| "clean:lib": "npx rimraf node_modules", | ||
| "typecheck": "vuedx-typecheck .", | ||
| "lint:eslint": "eslint \"{src,mock}/**/*.{vue,ts,tsx}\" --fix", | ||
| "lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"", | ||
| "lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/", | ||
| ... | ... | @@ -27,7 +26,7 @@ |
| }, | ||
| "dependencies": { | ||
| "@iconify/iconify": "^2.0.0-rc.6", | ||
| "@vueuse/core": "^4.1.1", | ||
| "@vueuse/core": "^4.2.1", | ||
| "@zxcvbn-ts/core": "^0.2.0", | ||
| "ant-design-vue": "2.0.0", | ||
| "apexcharts": "^3.25.0", | ||
| ... | ... | @@ -52,7 +51,7 @@ |
| "devDependencies": { | ||
| "@commitlint/cli": "^11.0.0", | ||
| "@commitlint/config-conventional": "^11.0.0", | ||
| "@iconify/json": "^1.1.306", | ||
| "@iconify/json": "^1.1.307", | ||
| "@ls-lint/ls-lint": "^1.9.2", | ||
| "@purge-icons/generated": "^0.7.0", | ||
| "@types/fs-extra": "^9.0.7", | ||
| ... | ... | @@ -70,8 +69,6 @@ |
| "@vitejs/plugin-vue": "^1.1.4", | ||
| "@vitejs/plugin-vue-jsx": "^1.1.0", | ||
| "@vue/compiler-sfc": "^3.0.5", | ||
| "@vuedx/typecheck": "^0.6.3", | ||
| "@vuedx/typescript-plugin-vue": "^0.6.3", | ||
| "autoprefixer": "^10.2.4", | ||
| "commitizen": "^4.2.3", | ||
| "conventional-changelog-cli": "^2.1.1", | ||
| ... | ... | @@ -84,7 +81,7 @@ |
| "esno": "^0.4.4", | ||
| "fs-extra": "^9.1.0", | ||
| "http-server": "^0.12.3", | ||
| "husky": "^5.0.9", | ||
| "husky": "^5.1.0", | ||
| "is-ci": "^3.0.0", | ||
| "less": "^4.1.1", | ||
| "lint-staged": "^10.5.4", | ||
| ... | ... | @@ -100,14 +97,14 @@ |
| "typescript": "^4.1.5", | ||
| "vite": "2.0.1", | ||
| "vite-plugin-compression": "^0.2.1", | ||
| "vite-plugin-html": "^2.0.0", | ||
| "vite-plugin-html": "^2.0.1", | ||
| "vite-plugin-imagemin": "^0.2.7", | ||
| "vite-plugin-mock": "^2.1.4", | ||
| "vite-plugin-purge-icons": "^0.7.0", | ||
| "vite-plugin-pwa": "^0.5.2", | ||
| "vite-plugin-pwa": "^0.5.3", | ||
| "vite-plugin-style-import": "^0.7.3", | ||
| "vite-plugin-theme": "^0.4.3", | ||
| "vite-plugin-windicss": "0.4.3", | ||
| "vite-plugin-windicss": "0.4.4", | ||
| "vue-eslint-parser": "^7.5.0", | ||
| "yargs": "^16.2.0" | ||
| }, | ||
| ... | ... |
src/hooks/web/useHeight.ts
deleted
100644 → 0
src/hooks/web/useRect.ts
deleted
100644 → 0
src/router/scrollBehavior.ts
deleted
100644 → 0
src/views/sys/login/LoginFormTitle.vue
0 → 100644
请
注册
或者
登录
后发表评论