Skip to content

Commit

Permalink
feat(VInputPassword): Add VInputPassword Component
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong502431556 committed Dec 30, 2021
1 parent 448ac52 commit a1bf7e9
Show file tree
Hide file tree
Showing 27 changed files with 1,818 additions and 1,430 deletions.
19 changes: 0 additions & 19 deletions .pnpm-debug.log

This file was deleted.

1 change: 1 addition & 0 deletions index.html
Expand Up @@ -39,6 +39,7 @@
}

.app-loading .app-loading-logo {
width: 100px;
margin: 0 auto 15px auto;
}

Expand Down
53 changes: 27 additions & 26 deletions package.json
Expand Up @@ -25,60 +25,61 @@
"postinstall": "husky install"
},
"dependencies": {
"@vueuse/core": "^7.1.2",
"@vueuse/core": "^7.4.1",
"@zxcvbn-ts/core": "^1.2.0",
"element-plus": "1.2.0-beta.6",
"lodash-es": "^4.17.21",
"pinia": "^2.0.6",
"vue": "^3.2.24",
"pinia": "^2.0.9",
"vue": "3.2.26",
"vue-i18n": "9.1.9",
"vue-router": "^4.0.12",
"vue-types": "^4.1.1"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@iconify/json": "^1.1.441",
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^16.0.0",
"@iconify/json": "^1.1.448",
"@intlify/vite-plugin-vue-i18n": "^3.2.1",
"@types/lodash-es": "^4.17.5",
"@types/node": "^16.11.12",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@vitejs/plugin-vue": "^1.9.3",
"@vitejs/plugin-vue-jsx": "^1.3.0",
"@types/node": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@vitejs/plugin-vue": "^2.0.1",
"@vitejs/plugin-vue-jsx": "^1.3.3",
"async-validator": "^4.0.7",
"autoprefixer": "^10.4.0",
"autoprefixer": "^10.4.1",
"commitizen": "^4.2.4",
"eslint": "^8.4.1",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-define-config": "^1.2.0",
"eslint-define-config": "^1.2.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.2.0",
"husky": "^7.0.4",
"less": "^4.1.2",
"lint-staged": "^12.1.2",
"postcss": "^8.4.4",
"lint-staged": "^12.1.4",
"postcss": "^8.4.5",
"postcss-html": "^1.3.0",
"postcss-less": "^5.0.0",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.2",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"stylelint": "^14.1.0",
"stylelint": "^14.2.0",
"stylelint-config-html": "^1.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^24.0.0",
"stylelint-order": "^5.0.0",
"typescript": "4.5.2",
"unplugin-icons": "^0.12.23",
"vite": "2.6.14",
"typescript": "4.5.4",
"unplugin-icons": "^0.13.0",
"vite": "2.7.9",
"vite-plugin-eslint": "^1.3.0",
"vite-plugin-style-import": "^1.4.0",
"vite-plugin-windicss": "^1.5.4",
"vue-tsc": "^0.3.0",
"windicss": "^3.2.1",
"vite-plugin-style-import": "^1.4.1",
"vite-plugin-windicss": "^1.6.1",
"vue-tsc": "^0.30.1",
"windicss": "^3.4.1",
"windicss-analysis": "^0.3.5"
},
"engines": {
"node": ">= 16.0.0"
"node": ">= 14.0.0"
},
"license": "MIT"
}

0 comments on commit a1bf7e9

Please sign in to comment.